1 # Contributor: Andre Klitzing <andre () incubo () de>
2 # Maintainer: schalaalexiazeal@gmail.com
8 pkgdesc="A library that implements Perl 5-style regular expressions"
10 url="http://pcre.sourceforge.net"
12 options=(!strip !buildflags)
13 makedepends=('mingw32-gcc' 'mingw32-binutils' 'mingw32-w32api')
14 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/$_pkgname/$_pkgname-$pkgver.tar.bz2)
15 md5sums=('0a7b592bea64b7aa7f4011fc7171a730')
18 cd "$srcdir/$_pkgname-$pkgver"
20 ./configure --prefix=/usr/${_target} --build=$CHOST --host=${_target} \
21 --enable-utf8 --enable-unicode-properties || return 1
23 make DESTDIR="$pkgdir" install