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

Travis Willard travis at archlinux.org
Tue Aug 21 03:13:41 UTC 2007


    Date: Monday, August 20, 2007 @ 23:13:41
  Author: travis
    Path: /home/cvs-unstable/unstable/system/reiser4progs

Modified: PKGBUILD (1.4 -> 1.5)

Add license field, plus a bit of cleanup


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


Index: unstable/system/reiser4progs/PKGBUILD
diff -u unstable/system/reiser4progs/PKGBUILD:1.4 unstable/system/reiser4progs/PKGBUILD:1.5
--- unstable/system/reiser4progs/PKGBUILD:1.4	Mon Aug 20 19:37:20 2007
+++ unstable/system/reiser4progs/PKGBUILD	Mon Aug 20 23:13:40 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.4 2007/08/20 23:37:20 travis Exp $
+# $Id: PKGBUILD,v 1.5 2007/08/21 03:13:40 travis Exp $
 #Contributor: Simo Leone <neotuli at gmail.com>
 pkgname=reiser4progs
 pkgver=1.0.6
@@ -6,17 +6,20 @@
 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)
-license=()
 install=reiser4progs.install
+md5sums=('8c618e35a4a893f0e948b03cee25749d')
+options=('!libtool')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+
+  #install license
+  install -D -m0644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
 
-md5sums=('8c618e35a4a893f0e948b03cee25749d')




More information about the arch-commits mailing list