wok-next diff pcre/receipt @ rev 19682
Up at-spi2-atk, at-spi2-core, atk, atkmm, glibmm, gobject-introspection, libgiomm, libsigc++
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 10 00:21:34 2017 +0300 (2017-04-10) |
parents | 7f34d19fe19e |
children | 4048d48a47c1 |
line diff
1.1 --- a/pcre/receipt Sat Jun 18 19:48:35 2016 +0300 1.2 +++ b/pcre/receipt Mon Apr 10 00:21:34 2017 +0300 1.3 @@ -6,10 +6,11 @@ 1.4 SHORT_DESC="Perl 5 Compatible Regular Expression, library" 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="BSD" 1.7 +WEB_SITE="http://www.pcre.org/" 1.8 +HOST_ARCH="i486 arm" 1.9 + 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 -WEB_SITE="http://www.pcre.org/" 1.12 WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" 1.13 -HOST_ARCH="i486 arm" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 @@ -22,17 +23,10 @@ 1.18 --enable-unicode-properties \ 1.19 $CONFIGURE_ARGS && 1.20 make && make install 1.21 - 1.22 - find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.23 - for i in $(find $install/usr/share/man -type l); do 1.24 - dest=$(readlink $i) 1.25 - rm $i; ln -s $dest.gz $i.gz 1.26 - done 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr/lib 1.33 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 + cook_copy_files *.so* 1.35 }