[arch-commits] CVS update of unstable/system/reiser4progs (PKGBUILD)

James Rayner james at archlinux.org
Thu Feb 7 11:33:23 UTC 2008


    Date: Thursday, February 7, 2008 @ 06:33:23
  Author: james
    Path: /home/cvs-unstable/unstable/system/reiser4progs

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: reiser4progs 1.0.6-2


----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Index: unstable/system/reiser4progs/PKGBUILD
diff -u unstable/system/reiser4progs/PKGBUILD:1.5 unstable/system/reiser4progs/PKGBUILD:1.6
--- unstable/system/reiser4progs/PKGBUILD:1.5	Mon Aug 20 23:13:40 2007
+++ unstable/system/reiser4progs/PKGBUILD	Thu Feb  7 06:33:23 2008
@@ -1,25 +1,27 @@
-# $Id: PKGBUILD,v 1.5 2007/08/21 03:13:40 travis Exp $
+# $Id: PKGBUILD,v 1.6 2008/02/07 11:33:23 james Exp $
 #Contributor: Simo Leone <neotuli at gmail.com>
 pkgname=reiser4progs
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Reiser4 filesystem programs"
 arch=('i686' 'x86_64')
 url="http://www.namesys.com/v4/v4.html"
 license=('custom:GPL')
 depends=('e2fsprogs' 'libaal')
-source=(ftp://ftp.namesys.com/pub/reiser4progs/$pkgname-$pkgver.tar.gz)
+source=(http://ftp.de.debian.org/debian/pool/main/r/reiser4progs/reiser4progs_1.0.6.orig.tar.gz)
+#source=(ftp://ftp.namesys.com/pub/reiser4progs/$pkgname-$pkgver.tar.gz)
 install=reiser4progs.install
-md5sums=('8c618e35a4a893f0e948b03cee25749d')
+
 options=('!libtool')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --exec-prefix=/
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=$startdir/pkg/ install
 
   #install license
   install -D -m0644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
 
+md5sums=('8c618e35a4a893f0e948b03cee25749d')




More information about the arch-commits mailing list