summaryrefslogtreecommitdiff
path: root/dhcp
diff options
context:
space:
mode:
authorJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
committerJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
commit9e696ec09095446172c1455e1e5784dc540ddf51 (patch)
tree6a9f88478d5837a960f940fce7e5373a0fd5bd70 /dhcp
parent9318e05d84e946541f81627a18e25c0deb891e34 (diff)
downloadcontrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz
contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/Pkgfile29
1 files changed, 15 insertions, 14 deletions
diff --git a/dhcp/Pkgfile b/dhcp/Pkgfile
index 6dd70e0f5..501c0bdff 100644
--- a/dhcp/Pkgfile
+++ b/dhcp/Pkgfile
@@ -1,22 +1,23 @@
-# Description: ISC's DHCP server, client and relay agent.
-# URL: http://www.isc.org/sw/dhcp/
-# Maintainer: James Mills prologic at shortcircuit dot net dot au
-# Packager: Mark Rosenstand, mark at borkware dot net
-# Depends on:
+# Description: ISC's DHCP server, client and relay agent.
+# URL: http://www.isc.org/sw/dhcp/
+# Maintainer: James Mills prologic at shortcircuit dot net dot au
+# Packager: Mark Rosenstand, mark at borkware dot net
+#
+# Depends on:
name=dhcp
version=3.0.4
release=1
source=(http://ftp.isc.org/isc/dhcp/dhcp-$version.tar.gz \
- dhcpd default-config.diff)
+ dhcpd default-config.diff)
build() {
- cd dhcp-$version
- patch -p1 -i $SRC/default-config.diff
- ./configure
- make && make DESTDIR=$PKG INCDIR=/usr/include LIBDIR=/usr/lib install
- install -m644 client/dhclient.conf server/dhcpd.conf -t $PKG/etc
- install -D ../dhcpd $PKG/etc/rc.d/dhcpd
- find $PKG/usr/man -type f -exec chmod 644 {} \;
- chown -R root:root $PKG
+ cd dhcp-$version
+ patch -p1 -i $SRC/default-config.diff
+ ./configure
+ make && make DESTDIR=$PKG INCDIR=/usr/include LIBDIR=/usr/lib install
+ install -m644 client/dhclient.conf server/dhcpd.conf -t $PKG/etc
+ install -D ../dhcpd $PKG/etc/rc.d/dhcpd
+ find $PKG/usr/man -type f -exec chmod 644 {} \;
+ chown -R root:root $PKG
}

Generated by cgit