[arch-commits] CVS update of extra/daemons/dhcdbd (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed May 16 18:52:40 UTC 2007


    Date: Wednesday, May 16, 2007 @ 14:52:40
  Author: jgc
    Path: /home/cvs-extra/extra/daemons/dhcdbd

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: dhcdbd 2.7-2
Add powersaving patch


----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Index: extra/daemons/dhcdbd/PKGBUILD
diff -u extra/daemons/dhcdbd/PKGBUILD:1.6 extra/daemons/dhcdbd/PKGBUILD:1.7
--- extra/daemons/dhcdbd/PKGBUILD:1.6	Wed Apr 25 18:31:39 2007
+++ extra/daemons/dhcdbd/PKGBUILD	Wed May 16 14:52:39 2007
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD,v 1.6 2007/04/25 22:31:39 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2007/05/16 18:52:39 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tor Krill <tor at krill.nu>
 
 pkgname=dhcdbd
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://people.redhat.com/dcantrel/dhcdbd/"
 depends=('dbus>=1.0.2-3' 'dhclient')
 source=(http://people.redhat.com/dcantrel/dhcdbd/${pkgname}-${pkgver}.tar.bz2
+	http://www.linuxpowertop.org/patches/dhcdbd.patch
         dhcdbd.script)
 md5sums=('9edf3eabe05487e7ee5f0b685683d7fb' 'db539f81ca440d7bc5ea69c83da91c8e')
 
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  patch -Np1 -i ${startdir}/src/dhcdbd.patch || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install
   mkdir -p ${startdir}/pkg/etc/rc.d/




More information about the arch-commits mailing list