diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:32:38 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:32:38 +0200 |
commit | 2908f861b17767a685f297944f61fe92ef62d6aa (patch) | |
tree | 09cb8a81d47c28b864299782c663667147284d6f /base/dhcpcd/Pkgfile | |
parent | 7b5b452f50711e3bfbaf37c3ceed5a5941ec54c1 (diff) | |
download | nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.tar.gz nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.tar.bz2 nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.tar.xz nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.zip |
maj dhcpcd#5.2.2-1
Diffstat (limited to 'base/dhcpcd/Pkgfile')
-rwxr-xr-x | base/dhcpcd/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/dhcpcd/Pkgfile b/base/dhcpcd/Pkgfile index e0ed4769a..f13856528 100755 --- a/base/dhcpcd/Pkgfile +++ b/base/dhcpcd/Pkgfile @@ -2,10 +2,9 @@ # URL: http://roy.marples.name/projects/dhcpcd # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=dhcpcd -version=5.1.3 +version=5.2.2 release=1 source=( http://roy.marples.name/downloads/$name/$name-$version.tar.bz2\ dhcpcd \ @@ -13,7 +12,7 @@ source=( http://roy.marples.name/downloads/$name/$name-$version.tar.bz2\ build() { source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2 + wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version ./configure --prefix= \ |