wok annotate pcre/receipt @ rev 11614
nanochess: catch ?black arg (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 21 23:16:13 2012 +0100 (2012-01-21) |
parents | 98b056351a54 |
children | 02c2619cbe1c |
rev | line source |
---|---|
pankso@6 | 1 # SliTaz package receipt. |
pankso@6 | 2 |
pankso@6 | 3 PACKAGE="pcre" |
slaxemulator@11182 | 4 VERSION="8.20" |
pankso@202 | 5 CATEGORY="system-tools" |
pankso@6 | 6 SHORT_DESC="Perl Compatible Regular Expressions." |
pankso@6 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@7607 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@6 | 9 WEB_SITE="http://www.pcre.org/" |
pankso@6 | 10 WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" |
pankso@6 | 11 |
pankso@6 | 12 # Rules to configure and make the package. |
pankso@6 | 13 compile_rules() |
pankso@6 | 14 { |
pankso@6 | 15 cd $src |
slaxemulator@10093 | 16 ./configure --enable-utf8 $CONFIGURE_ARGS && |
pankso@9663 | 17 make && make install |
pankso@6 | 18 } |
pankso@6 | 19 |
pankso@6 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@6 | 21 genpkg_rules() |
pankso@6 | 22 { |
pankso@6 | 23 mkdir -p $fs/usr/lib |
pankso@6 | 24 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@6 | 25 } |