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

Travis Willard travis at archlinux.org
Tue Aug 21 03:09:10 UTC 2007


    Date: Monday, August 20, 2007 @ 23:09:10
  Author: travis
    Path: /home/cvs-unstable/unstable/system/libaal

Modified: PKGBUILD (1.2 -> 1.3)

Added license and a little bit of cleanup


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


Index: unstable/system/libaal/PKGBUILD
diff -u unstable/system/libaal/PKGBUILD:1.2 unstable/system/libaal/PKGBUILD:1.3
--- unstable/system/libaal/PKGBUILD:1.2	Tue Feb 20 02:42:31 2007
+++ unstable/system/libaal/PKGBUILD	Mon Aug 20 23:09:10 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.2 2007/02/20 07:42:31 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.3 2007/08/21 03:09:10 travis Exp $
 #Contributor: Simo Leone <neotuli at gmail.com>
 pkgname=libaal
 pkgver=1.0.5
@@ -6,16 +6,20 @@
 pkgdesc="Reiser4 filesystem support library"
 arch=('i686' 'x86_64')
 url="http://www.namesys.com"
+license=('custom:GPL')
 depends=(glibc)
 install=
 source=(ftp://ftp.namesys.com/pub/reiser4progs/$pkgname-$pkgver.tar.gz)
+md5sums=('6c55201acd2a2c0a1f46addf248da6a2')
+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=('6c55201acd2a2c0a1f46addf248da6a2')




More information about the arch-commits mailing list