[arch-commits] Commit in dhcdbd/trunk (PKGBUILD)

Thayer Williams thayer at archlinux.org
Thu Nov 13 18:18:26 UTC 2008


    Date: Thursday, November 13, 2008 @ 13:18:26
  Author: thayer
Revision: 18990

pkgbuild cleanup

Modified:
  dhcdbd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-13 16:15:45 UTC (rev 18989)
+++ PKGBUILD	2008-11-13 18:18:26 UTC (rev 18990)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tor Krill <tor at krill.nu>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Thayer Williams <thayer at archlinux.org>
 
 pkgname=dhcdbd
 pkgver=3.0
 pkgrel=1
 pkgdesc="DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options"
-arch=(i686 x86_64)
+url="http://dcantrel.fedorapeople.org/"
 license=('GPL')
-url="http://people.redhat.com/dcantrel/"
-depends=('dbus>=1.0.2-3' 'dhclient')
+arch=('i686' 'x86_64')
+depends=('dbus-core' 'dbus>=1.0.2-3' 'dhclient')
 source=(http://dcantrel.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         dhcdbd.script)
 md5sums=('5316b1a0b3a3d53e972374627546d0bf'
@@ -20,7 +21,7 @@
   # Make compatible with dbus 1.0
   sed -i -e 's/dbus_watch_get_unix_fd/dbus_watch_get_fd/g' src/dbus_service.c || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
   mkdir -p ${startdir}/pkg/etc/rc.d/
   install -m755 ${startdir}/src/dhcdbd.script ${startdir}/pkg/etc/rc.d/dhcdbd
 }




More information about the arch-commits mailing list