aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-05 02:13:04 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-05 02:13:04 +0000
commit0210432eb3dba30afa673a623c22c6f2ae9b8676 (patch)
tree4d08c384438a44dc03d8a3f540ce11ac164347fc /testing
parentb1274f164d3742fc5a47f4ab85a91baef72338ec (diff)
downloadaports-0210432eb3dba30afa673a623c22c6f2ae9b8676.tar.bz2
aports-0210432eb3dba30afa673a623c22c6f2ae9b8676.tar.xz
testing/iprutils: move to community
Diffstat (limited to 'testing')
-rw-r--r--testing/iprutils/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/iprutils/APKBUILD b/testing/iprutils/APKBUILD
deleted file mode 100644
index 695e30236d..0000000000
--- a/testing/iprutils/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer: Breno Leitao <breno.leitao@gmail.com>
-pkgname=iprutils
-pkgver=2.4.15
-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"
-subpackages="$pkgname-doc"
-_pkgver=${pkgver//./-}
-source="$pkgname-$pkgver.tar.gz::https://github.com/bjking1/$pkgname/archive/rel-$_pkgver.tar.gz"
-
-builddir="$srcdir"/iprutils-rel-$_pkgver
-
-build() {
- cd "$builddir"
- ./bootstrap.sh
-
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="afcdefad5e56ab1bd484b74a6bf2b9cdfecc68a9ae7f5920a46c47d7a2e673c7bae339ca1eb0ac29c030247a7cf886c97fdc531626a3e09dad9355f130c934f1 iprutils-2.4.15.tar.gz"