diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-08-24 21:26:28 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-24 21:26:28 -0300 |
| commit | d66ddcda39b2f26298bdf3a2908344806fb0c7f1 (patch) | |
| tree | 261242485e91a3dd8eaa851cd16548f7c627de79 /testing | |
| parent | 0dc3c01553c8aaf4f8e5fc95bac93a5468e0b73c (diff) | |
| download | aports-d66ddcda39b2f26298bdf3a2908344806fb0c7f1.tar.bz2 aports-d66ddcda39b2f26298bdf3a2908344806fb0c7f1.tar.xz | |
testing/tiptop: upgrade to 2.3.1
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/tiptop/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/tiptop/APKBUILD b/testing/tiptop/APKBUILD index a5889ab519..707aafaaf7 100644 --- a/testing/tiptop/APKBUILD +++ b/testing/tiptop/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> pkgname=tiptop -pkgver=2.3 +pkgver=2.3.1 pkgrel=0 pkgdesc="Tiptop: Hardware Performance Counters for the Masses" url="http://tiptop.gforge.inria.fr" @@ -15,8 +15,7 @@ arch="x86 x86_64" license="GPL-2.0" makedepends="byacc flex linux-headers ncurses-dev libxml2-dev" subpackages="$pkgname-doc" -source="http://$pkgname.gforge.inria.fr/releases/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" +source="http://tiptop.gforge.inria.fr/releases/tiptop-$pkgver.tar.gz" # Note, arg parsing appears to happen after attempting a perf syscall # so while it would be nice to run tiptop -h to validate the compile worked # there is a chance it might error out for no reason than the system building @@ -24,13 +23,11 @@ builddir="$srcdir/$pkgname-$pkgver" options="!check" build() { - cd "$builddir" ./configure --prefix=/usr make } package() { - cd "$builddir" make install DESTDIR="$pkgdir" } -sha512sums="e09ad1fd7063c9b8b7351b5c114cfa1f8e1737b1cfb73c4c869612c3887b060a838c33bdee330349225b48cd73d295fef24cd36c6eb36b566d20adff2dae53d5 tiptop-2.3.tar.gz" +sha512sums="73d275bc3957583524c872b401cf4fa773de7b4e7b7177f1787851f43e7c4aeefd953eb50b2dbce3babfc7a1c46707370ba4ad06998260177994b2eafb91395b tiptop-2.3.1.tar.gz" |
