diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-03-23 01:06:05 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-29 11:10:51 +0000 |
commit | d7d376a0f62d4550aecd10b33efd9f330a57173a (patch) | |
tree | 34422e7194dcd01994e44afabf4a0e904ecc3ca7 /testing/iprutils | |
parent | 05b47c058bb6fc5ac53dd786c18b16642b3aca05 (diff) | |
download | aports-d7d376a0f62d4550aecd10b33efd9f330a57173a.tar.bz2 aports-d7d376a0f62d4550aecd10b33efd9f330a57173a.tar.xz |
testing/iprutils: Adapt to the new abuild version 3
Adapting this package to the abuild version 3, thus removing the
|| return code, and, declaring it as !check, since there is no
upstream test primitives.
Diffstat (limited to 'testing/iprutils')
-rw-r--r-- | testing/iprutils/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/iprutils/APKBUILD b/testing/iprutils/APKBUILD index 03c198365f..695e30236d 100644 --- a/testing/iprutils/APKBUILD +++ b/testing/iprutils/APKBUILD @@ -1,10 +1,11 @@ # Maintainer: Breno Leitao <breno.leitao@gmail.com> pkgname=iprutils pkgver=2.4.15 -pkgrel=0 +pkgrel=1 pkgdesc="user space tools required by the ipr device driver." url="https://github.com/bjking1/iprutils" arch="ppc64le" +options="!check" license="CPL" depends="zlib ncurses" makedepends="autoconf automake libtool linux-headers m4 ncurses-dev zlib-dev" @@ -33,4 +34,5 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } + sha512sums="afcdefad5e56ab1bd484b74a6bf2b9cdfecc68a9ae7f5920a46c47d7a2e673c7bae339ca1eb0ac29c030247a7cf886c97fdc531626a3e09dad9355f130c934f1 iprutils-2.4.15.tar.gz" |