[arch-commits] CVS update of extra/system/dump (PKGBUILD)

Roman Kyrylych roman at archlinux.org
Mon May 28 15:37:58 UTC 2007


    Date: Monday, May 28, 2007 @ 11:37:58
  Author: roman
    Path: /home/cvs-extra/extra/system/dump

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: dump 0.4b41-2


----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


Index: extra/system/dump/PKGBUILD
diff -u extra/system/dump/PKGBUILD:1.9 extra/system/dump/PKGBUILD:1.10
--- extra/system/dump/PKGBUILD:1.9	Sat Jul 15 15:34:29 2006
+++ extra/system/dump/PKGBUILD	Mon May 28 11:37:57 2007
@@ -1,20 +1,23 @@
-# $Id: PKGBUILD,v 1.9 2006/07/15 19:34:29 andyrtr Exp $
+# $Id: PKGBUILD,v 1.10 2007/05/28 15:37:57 roman Exp $
 # Maintainer: gregor <gregor at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=dump
 pkgver=0.4b41
-pkgrel=1
+pkgrel=2
 pkgdesc="dump and restore facilitate backups to tapedrive from ext2 and ext3 filesystems"
 arch=(i686 x86_64)
-depends=('e2fsprogs')
-source=(http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 url="http://dump.sourceforge.net/"
+license="BSD"
+depends=('e2fsprogs')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('f89bb42d860c58b86b05d0734c9f3649')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-manowner=root --with-mangrp=root --with-manmode=644 --with-bingrp=root --disable-readline
+  ./configure --prefix=/usr --with-manowner=root --with-mangrp=root \
+    --with-manmode=644 --with-bingrp=root --disable-readline --sysconfdir=/etc
   make || return 1
   make prefix=$startdir/pkg/usr install
+  install -Dm644 COPYRIGHT $startdir/pkg/usr/share/licenses/dump/COPYRIGHT
 }




More information about the arch-commits mailing list