diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-08-14 17:06:52 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-23 10:18:35 +0000 |
commit | 315278f4cd757d99375d34176bc39e0853359ec6 (patch) | |
tree | b33ffe461afa1fb08ac059504d2d6ca75280bb08 /main/ltrace | |
parent | 57bb161c5596834010326ca23d268eba0d1fa485 (diff) | |
download | aports-315278f4cd757d99375d34176bc39e0853359ec6.tar.bz2 aports-315278f4cd757d99375d34176bc39e0853359ec6.tar.xz |
main/ltrace: modernize
Diffstat (limited to 'main/ltrace')
-rw-r--r-- | main/ltrace/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/main/ltrace/APKBUILD b/main/ltrace/APKBUILD index 038f9e23ba..04637ad315 100644 --- a/main/ltrace/APKBUILD +++ b/main/ltrace/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ltrace pkgver=0.7.3 -pkgrel=3 +pkgrel=4 pkgdesc="Tracks runtime library calls in dynamically linked programs" -url="http://ltrace.alioth.debian.org/" +url="https://www.ltrace.org/" arch="all !aarch64" options="!check" # Test suite has glibc stuff hardcoded. license="GPL-2.0-or-later" @@ -11,7 +11,7 @@ makedepends="linux-headers elfutils-dev autoconf automake" subpackages="$pkgname-doc" # you find latest release here, but need a login: # https://alioth.debian.org/frs/?group_id=30892 -source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2 +source="https://www.ltrace.org/ltrace_0.7.3.orig.tar.bz2 musl.patch add_ppc64le.patch" @@ -21,7 +21,6 @@ prepare() { } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -32,10 +31,9 @@ build() { } package() { - cd "$builddir" make install INSTALL=install DESTDIR="$pkgdir" } -sha512sums="a842b16dcb81da869afa0bddc755fdff0d57b35672505bf2c7164fd983b1938d28b126714128930994cc1230ced69d779456d0cfc16f4008c9b6d19f0852285d ltrace-0.7.3.tar.bz2 +sha512sums="a842b16dcb81da869afa0bddc755fdff0d57b35672505bf2c7164fd983b1938d28b126714128930994cc1230ced69d779456d0cfc16f4008c9b6d19f0852285d ltrace_0.7.3.orig.tar.bz2 c53e05471c52e161a7f7389994c6467e8f3671c5d8478546bc1897f067c62aeab848d728295f339a241a3fc186e180d47bcc2872a6335877c3813b1b62834698 musl.patch 987c6d18bdb559e8fe739f09cfb0b567dafcf79b2bd5db7ca32ebb205f3b1d74a8008576e4d73ea90873c1ab9bed17d96ddb7ad8752bf0a160ea0638c955eb1f add_ppc64le.patch" |