diff options
Diffstat (limited to 'user/libnih')
-rw-r--r-- | user/libnih/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/user/libnih/APKBUILD b/user/libnih/APKBUILD index 9636f2a1a..3808dc3a7 100644 --- a/user/libnih/APKBUILD +++ b/user/libnih/APKBUILD @@ -10,8 +10,8 @@ options="!checkroot" license="GPL-2.0-only" depends="" depends_dev="dbus-dev expat-dev" -makedepends="$depends_dev" checkdepends="dbus linux-headers" +makedepends="$depends_dev" subpackages="$pkgname-dev $pkgname-doc" source="https://launchpad.net/libnih/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz musl-fix-signals.patch @@ -21,13 +21,11 @@ source="https://launchpad.net/libnih/${pkgver%.*}/${pkgver}/+download/${pkgname} " prepare() { - cd "$builddir" - update_config_sub default_prepare + update_config_sub } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -39,12 +37,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |