From 3e51570130f2587249436ae4ae20be5cda583d61 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 5 Feb 2020 09:38:16 +0100 Subject: community/iprutils: fix license, remove systemd user services --- community/iprutils/APKBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/community/iprutils/APKBUILD b/community/iprutils/APKBUILD index ba3b4b3646..c6c9bdd325 100644 --- a/community/iprutils/APKBUILD +++ b/community/iprutils/APKBUILD @@ -1,23 +1,21 @@ # Maintainer: Breno Leitao pkgname=iprutils pkgver=2.4.16 -pkgrel=0 -pkgdesc="user space tools required by the ipr device driver." +pkgrel=1 +pkgdesc="user space tools required by the ipr device driver" url="https://github.com/bjking1/iprutils" arch="ppc64le" -license="CPL" -depends="zlib ncurses" +license="CPL-1.0" 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" +source="$pkgname-$pkgver.tar.gz::https://github.com/bjking1/iprutils/archive/rel-$_pkgver.tar.gz" builddir="$srcdir"/iprutils-rel-$_pkgver prepare() { default_prepare - cd "$builddir" - ./bootstrap.sh + ./bootstrap.sh } build() { @@ -28,17 +26,16 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/share/man \ - --infodir=/usr/share/info + --infodir=/usr/share/info \ + --without-systemd make } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3