[arch-commits] CVS update of core/devel/abs (PKGBUILD)

Travis Willard travis at archlinux.org
Tue Jan 8 01:15:41 UTC 2008


    Date: Monday, January 7, 2008 @ 20:15:41
  Author: travis
    Path: /home/cvs-core/core/devel/abs

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: abs 1.0-2
Whoops - forgot to create /var/abs and install the README file.


----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)


Index: core/devel/abs/PKGBUILD
diff -u core/devel/abs/PKGBUILD:1.1 core/devel/abs/PKGBUILD:1.2
--- core/devel/abs/PKGBUILD:1.1	Mon Jan  7 19:53:52 2008
+++ core/devel/abs/PKGBUILD	Mon Jan  7 20:15:41 2008
@@ -1,25 +1,30 @@
-# $Id: PKGBUILD,v 1.1 2008/01/08 00:53:52 travis Exp $
+# $Id: PKGBUILD,v 1.2 2008/01/08 01:15:41 travis Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 # Maintainer: Travis Willard <travis at archlinux.org>	
 
 pkgname=abs
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities to download and work with the Arch Build System (ABS)"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/git/?p=abs.git"
 license=('GPL')
 groups=('base-devel')
 depends=('bash' 'csup')
-backup=(etc/abs/abs.conf
-        etc/abs/supfile.{core,extra,community,testing,unstable})
+backup=(etc/abs/abs.conf 
+				etc/abs/supfile.{core,extra,community,testing,unstable} )
 source=(ftp://ftp.archlinux.org/other/abs/$pkgname-$pkgver.tar.gz)
+md5sums=('7867aad8f8876c4119fa508a473bcdc9')
 
 build() {
   cd $startdir/src/$pkgname
   
   make DESTDIR=$startdir/pkg install || return 1
 
+	# Add readme file, and make base /var/abs path
+	mkdir -p /var/abs
+	install -Dm0644 $startdir/src/abs/README $startdir/pkg/var/abs/README
+
   # change ABS tags for x86_64 to correct values
   if [ "$CARCH" = "x86_64" ]; then
     sed -i "s|CURRENT|CURRENT-64|g" \




More information about the arch-commits mailing list