wok-current annotate pcre/receipt @ rev 11136
Up: xorg-xinit to 1.3.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 20:59:31 2011 +0000 (2011-10-26) |
parents | 0219c11c76d5 |
children | ce9eff8c4509 |
rev | line source |
---|---|
pankso@6 | 1 # SliTaz package receipt. |
pankso@6 | 2 |
pankso@6 | 3 PACKAGE="pcre" |
slaxemulator@11053 | 4 VERSION="8.13" |
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@11053 | 16 # http://bugs.exim.org/show_bug.cgi?id=1136 |
slaxemulator@11053 | 17 patch -Np2 -i $stuff/r661.diff |
slaxemulator@11053 | 18 sed -i '12140d' testdata/testoutput2 |
slaxemulator@10093 | 19 ./configure --enable-utf8 $CONFIGURE_ARGS && |
pankso@9663 | 20 make && make install |
pankso@6 | 21 } |
pankso@6 | 22 |
pankso@6 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@6 | 24 genpkg_rules() |
pankso@6 | 25 { |
pankso@6 | 26 mkdir -p $fs/usr/lib |
pankso@6 | 27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@6 | 28 } |