[arch-commits] CVS update of arch/build/daemons/dhcp (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Jul 15 09:50:21 UTC 2007
Date: Sunday, July 15, 2007 @ 05:50:21
Author: tpowa
Path: /home/cvs-arch/arch/build/daemons/dhcp
Modified: PKGBUILD (1.19 -> 1.20)
'upgpkg: update to new version'
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Index: arch/build/daemons/dhcp/PKGBUILD
diff -u arch/build/daemons/dhcp/PKGBUILD:1.19 arch/build/daemons/dhcp/PKGBUILD:1.20
--- arch/build/daemons/dhcp/PKGBUILD:1.19 Sun Nov 12 18:22:50 2006
+++ arch/build/daemons/dhcp/PKGBUILD Sun Jul 15 05:50:21 2007
@@ -1,17 +1,19 @@
-# $Id: PKGBUILD,v 1.19 2006/11/12 23:22:50 judd Exp $
+# $Id: PKGBUILD,v 1.20 2007/07/15 09:50:21 tpowa Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=dhcp
-pkgver=3.0.5
+pkgver=3.0.6
pkgrel=1
pkgdesc="A DHCP server, client, and relay agent"
arch=(i686 x86_64)
+license=('custom:isc-dhcp')
url="http://www.isc.org/sw/dhcp/"
depends=('glibc')
backup=('etc/dhcpd.conf' 'etc/dhclient.conf')
install=dhcp.install
source=(ftp://ftp.isc.org/isc/dhcp/dhcp-$pkgver.tar.gz dhcp-3.0.3-tr.c.patch \
dhcpd)
-md5sums=('ce5d30d4645e4eab1f54561b487d1ec7' '39866416303b674df08b66b2d094e523'\
+md5sums=('724bad21ad8b638abadd5fcc07df1a0f'
+ '39866416303b674df08b66b2d094e523'
'025b8fe98b6c0814428b671b1819a810')
build() {
@@ -31,4 +33,7 @@
rm -f $startdir/pkg/var/state/dhcp/dhcpd.leases
rm -f ${startdir}/pkg/sbin/{dhclient,dhclient-script}
rm -f ${startdir}/pkg/usr/man/man{5,8}/dhclient*
+ # install licenses
+ install -m644 -D $startdir/src/$pkgname-$pkgver/LICENSE \
+ $startdir/pkg/usr/share/licenses/dhcp/LICENSE
}
More information about the arch-commits
mailing list