summaryrefslogtreecommitdiff
path: root/dhcpcd/Pkgfile
blob: 6f1db31dcfe8c69be382ce29379d8cad4e022f24 (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=6.11.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                 --os=linux \
   19                 --with-hooks=
   20 
   21     make
   22     make DESTDIR=$PKG install
   23     chmod -R u+w $PKG
   24 }

Generated by cgit