# libpcre, http://www.pcre.org # required by: grep name=libpcre version=7.2 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) build() { cd pcre-$version ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --enable-utf8 \ --enable-unicode-properties make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }