[arch-commits] CVS update of arch/build/base/dhcpcd (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 5 16:03:50 UTC 2007


    Date: Sunday, August 5, 2007 @ 12:03:50
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/dhcpcd

Modified: PKGBUILD (1.20 -> 1.21)

Cleanup PKGBUILDs, remove old patches, add licenses, fix source URLs


----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


Index: arch/build/base/dhcpcd/PKGBUILD
diff -u arch/build/base/dhcpcd/PKGBUILD:1.20 arch/build/base/dhcpcd/PKGBUILD:1.21
--- arch/build/base/dhcpcd/PKGBUILD:1.20	Wed Aug  1 16:10:23 2007
+++ arch/build/base/dhcpcd/PKGBUILD	Sun Aug  5 12:03:50 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.20 2007/08/01 20:10:23 tpowa Exp $
+# $Id: PKGBUILD,v 1.21 2007/08/05 16:03:50 jgc Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=dhcpcd
 pkgver=3.1.3
@@ -9,13 +9,14 @@
 url="http://dhcpcd.berlios.de/"
 depends=('glibc')
 backup=('etc/conf.d/dhcpcd')
-source=(http://download.berlios.de/dhcpcd/dhcpcd-3.1.3.tar.bz2  dhcpcd.conf.d)
+source=(http://download.berlios.de/dhcpcd/dhcpcd-3.1.3.tar.bz2
+	dhcpcd.conf.d)
 md5sums=('321a64e603f802ba3d69a64d452ec2a2'
          '12d866a78d9f5fa5f31ca18b3940d847')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  if [ "$CARCH" == "x86_64" ]; then
+  if [ "$CARCH" = "x86_64" ]; then
     libtoolize -f
     aclocal
     autoconf




More information about the arch-commits mailing list