From fee1d94eb31eccc3be0d28ef4300ca88abe80a70 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 21 Nov 2012 09:25:40 +0000 Subject: testing/ifplugd: fix mandir and add -doc subpkg and let abuild autodetect libdaemon dependency --- testing/ifplugd/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'testing/ifplugd') diff --git a/testing/ifplugd/APKBUILD b/testing/ifplugd/APKBUILD index 8a75dfda8..0f1c46592 100644 --- a/testing/ifplugd/APKBUILD +++ b/testing/ifplugd/APKBUILD @@ -2,16 +2,16 @@ # Maintainer: pkgname=ifplugd pkgver=0.28 -pkgrel=0 +pkgrel=1 pkgdesc="ifplugd is a Linux daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled. This is useful on laptops with onboard network adapters, since it will only configure the interface when a cable is really connected." url="http://0pointer.de/lennart/projects/ifplugd" arch="all" license="GPL2" -depends="libdaemon" +depends="" depends_dev="libdaemon-dev" makedepends="$depends_dev" install="" -subpackages="" +subpackages="$pkgname-doc" source="http://0pointer.de/lennart/projects/ifplugd/ifplugd-$pkgver.tar.gz $pkgname.initd" @@ -32,7 +32,8 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --disable-lynx \ + --disable-lynx \ + --mandir=/usr/share/man \ || return 1 make || return 1 } -- cgit v1.2.3