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."
|
pkgdesc="user space tools required by the ipr device driver."
|
||||||
url="https://github.com/bjking1/iprutils"
|
url="https://github.com/bjking1/iprutils"
|
||||||
arch="ppc64le"
|
arch="ppc64le"
|
||||||
options="!check"
|
|
||||||
license="CPL"
|
license="CPL"
|
||||||
depends="zlib ncurses"
|
depends="zlib ncurses"
|
||||||
makedepends="autoconf automake libtool linux-headers m4 ncurses-dev zlib-dev"
|
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
|
builddir="$srcdir"/iprutils-rel-$_pkgver
|
||||||
|
|
||||||
build() {
|
prepare() {
|
||||||
cd "$builddir"
|
default_prepare
|
||||||
./bootstrap.sh
|
cd "$builddir"
|
||||||
|
./bootstrap.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
@ -30,6 +32,11 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
Loading…
Reference in New Issue
Block a user