ports/core (3.1): start-stop-daemon: don't require dpkg download, provide source, new version scheme
commit 9b9e8c46b5dd79c1ba483c8d09a565176ebaa8cb Author: Steffen Nurpmeso <sdaoden@yandex.com> Date: Thu Feb 26 17:39:55 2015 +0100 start-stop-daemon: don't require dpkg download, provide source, new version scheme diff --git a/start-stop-daemon/.md5sum b/start-stop-daemon/.md5sum index e14ce0f..86f02fd 100644 --- a/start-stop-daemon/.md5sum +++ b/start-stop-daemon/.md5sum @@ -1 +1,4 @@ -1d4b8eba5823e0a2b1c6f1f690fecbee dpkg_1.17.23.tar.xz +456389724ec3bdfcc0d28457eb0de459 crux-patch.diff +707efd334e4ba1d5f65f366a3c03c794 makefile +00a3895e85c98124737cf4354fbc9c84 start-stop-daemon.8 +70b9c009a9b6c8e8507f1e6a9a64e230 start-stop-daemon.c diff --git a/start-stop-daemon/Pkgfile b/start-stop-daemon/Pkgfile index 604c8dd..8991763 100644 --- a/start-stop-daemon/Pkgfile +++ b/start-stop-daemon/Pkgfile @@ -3,19 +3,16 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=start-stop-daemon -version=1.17.23 +version=20141020 release=1 -source=(http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_${version}.tar.xz) +source=(start-stop-daemon.c start-stop-daemon.8 crux-patch.diff makefile) build () { - cd dpkg-$version - - ./configure --disable-update-alternatives - - make -C lib/compat - make -C utils + patch -p2 -i crux-patch.diff + + make install -d $PKG/{sbin,usr/man/man8} - install -m 755 utils/$name $PKG/sbin/ - install -m 644 man/$name.8 $PKG/usr/man/man8/ + install -m 755 $name $PKG/sbin/ + install -m 644 $name.8 $PKG/usr/man/man8/ }
participants (1)
-
crux@crux.nu