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

Jan de Groot jgc at archlinux.org
Sat May 12 12:47:01 UTC 2007


    Date: Saturday, May 12, 2007 @ 08:47:01
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/pcre

Modified: PKGBUILD (1.21 -> 1.22)

upgpkg: pcre 7.1-1
Update to 7.1
Add BSD License
Enable unicode properties, required for the next major version of glib2


----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Index: arch/build/base/pcre/PKGBUILD
diff -u arch/build/base/pcre/PKGBUILD:1.21 arch/build/base/pcre/PKGBUILD:1.22
--- arch/build/base/pcre/PKGBUILD:1.21	Fri Dec 22 12:49:53 2006
+++ arch/build/base/pcre/PKGBUILD	Sat May 12 08:47:01 2007
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.21 2006/12/22 17:49:53 tpowa Exp $
+# $Id: PKGBUILD,v 1.22 2007/05/12 12:47:01 jgc Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 pkgname=pcre
-pkgver=7.0
+pkgver=7.1
 pkgrel=1
 pkgdesc="A library that implements Perl 5-style regular expressions"
 arch=(i686 x86_64) 
-depends=(gcc)
-options=(NOLIBTOOL)
+license=('BSD')
+depends=('gcc')
+options=('nolibtool')
 url="http://pcre.sourceforge.net"
 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b97e3bb84bd665e0fbb7a90344d65a43')
+md5sums=('c678550aaf064a17bb4bb6ea36dd6d88')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   [ "$CARCH" = "x86_64" ] && export CFLAGS="$CLFAGS -fPIC"
-  ./configure --prefix=/usr --enable-utf8
+  ./configure --prefix=/usr --enable-utf8 --enable-unicode-properties
   make || return 1
   make DESTDIR=${startdir}/pkg install
   # grep uses pcre, so we need the libs in /lib




More information about the arch-commits mailing list