testing/iprutils: move to community

This commit is contained in:
Roberto Oliveira 2017-11-05 02:13:04 +00:00
parent b1274f164d
commit 0210432eb3

View File

@ -5,7 +5,6 @@ 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"
@ -15,10 +14,13 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/bjking1/$pkgname/archive/rel
builddir="$srcdir"/iprutils-rel-$_pkgver
build() {
prepare() {
default_prepare
cd "$builddir"
./bootstrap.sh
}
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
@ -30,6 +32,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install