[arch-commits] CVS update of arch/build/base/pcre (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 22 01:15:54 UTC 2007


    Date: Thursday, June 21, 2007 @ 21:15:54
  Author: eric
    Path: /home/cvs-arch/arch/build/base/pcre

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: pcre 7.2-1
Added license file


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: arch/build/base/pcre/PKGBUILD
diff -u arch/build/base/pcre/PKGBUILD:1.23 arch/build/base/pcre/PKGBUILD:1.24
--- arch/build/base/pcre/PKGBUILD:1.23	Thu Jun 21 15:51:12 2007
+++ arch/build/base/pcre/PKGBUILD	Thu Jun 21 21:15:54 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.23 2007/06/21 19:51:12 jgc Exp $
+# $Id: PKGBUILD,v 1.24 2007/06/22 01:15:54 eric Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 pkgname=pcre
 pkgver=7.2
 pkgrel=1
 pkgdesc="A library that implements Perl 5-style regular expressions"
-arch=(i686 x86_64) 
+arch=('i686' 'x86_64') 
 license=('BSD')
 depends=('gcc')
 options=('!libtool')
@@ -23,4 +23,5 @@
   mkdir -p ${startdir}/pkg/lib
   mv ${startdir}/pkg/usr/lib/libpcre.so.* ${startdir}/pkg/lib/
   ln -sf ../../lib/libpcre.so.0 ${startdir}/pkg/usr/lib/libpcre.so
+  install -D -m644 LICENCE ${startdir}/pkg/usr/share/licenses/${pkgname}/license.txt
 }




More information about the arch-commits mailing list