summaryrefslogtreecommitdiff
path: root/dhcpcd/Pkgfile
blob: 5a156ba38059c7dc1a9583f7d1b07e709f48ae3c (plain)
    1 # Description: An RFC2131-compliant DHCP client daemon
    2 # URL:         http://roy.marples.name/projects/dhcpcd/
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends on:  eudev
    5 
    6 name=dhcpcd
    7 version=7.2.3
    8 release=1
    9 source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.xz)
   10 
   11 build () {
   12     cd $name-$version
   13 
   14     ./configure --prefix= \
   15                 --libexecdir=/lib/dhcpcd \
   16                 --dbdir=/var/lib/dhcpcd \
   17                 --sysconfdir=/etc/dhcpcd \
   18                 --with-hooks=
   19 
   20     make
   21     make DESTDIR=$PKG install
   22     chmod -R u+w $PKG
   23 }

Generated by cgit