mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/iprutils: move to community
This commit is contained in:
parent
b1274f164d
commit
0210432eb3
@ -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
|
Loading…
Reference in New Issue
Block a user