commit 2c8b51fcaac1cb594db5dffec97049e596045f08 Author: Juergen Daubert <jue@jue.li> Date: Mon Nov 26 09:43:09 2007 +0100 dhcpcd: update to 3.1.8 diff --git a/dhcpcd/.md5sum b/dhcpcd/.md5sum index 05a586b..daf65c9 100644 --- a/dhcpcd/.md5sum +++ b/dhcpcd/.md5sum @@ -1 +1 @@ -6f69c3c9d3b36666078c4aba25e650ab dhcpcd-3.1.7.tar.bz2 +6332c695e28100acbb84730e7ff7f6e9 dhcpcd-3.1.8.tar.bz2 diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index d50b376..00082d9 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -3,13 +3,12 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=dhcpcd -version=3.1.7 +version=3.1.8 release=1 -source=(http://download.berlios.de/dhcpcd/$name-$version.tar.bz2) +source=(http://download.berlios.de/$name/$name-$version.tar.bz2) build () { cd $name-$version make - install -D -m 755 dhcpcd $PKG/sbin/dhcpcd - install -D -m 644 dhcpcd.8 $PKG/usr/man/man8/dhcpcd.8 + make DESTDIR=$PKG MANPREFIX=/usr install }