wok-next diff microperl/receipt @ rev 20358

Update libunwind, strace; pcmanfm-qt: update dependencies; shrink icu (less 2MB comparing to the *-full version); add awf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 22 21:52:02 2017 +0200 (2017-11-22)
parents 2d12ebd38be4
children b278b2018965
line diff
     1.1 --- a/microperl/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/microperl/receipt	Wed Nov 22 21:52:02 2017 +0200
     1.3 @@ -1,13 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="microperl"
     1.7 -VERSION="5.12.3"
     1.8 +VERSION="5.24.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A micro version of Perl."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="http://www.perl.org/"
    1.14 -WANTED="perl"
    1.15 +WEB_SITE="https://www.perl.org/"
    1.16 +
    1.17 +TARBALL="perl-$VERSION.tar.bz2"
    1.18 +WGET_URL="http://www.cpan.org/src/5.0/$TARBALL"
    1.19 +
    1.20 +DEPENDS="glibc-base"
    1.21 +SIBLINGS="perl"
    1.22 +
    1.23 +# Rules to configure and make the package.
    1.24 +compile_rules()
    1.25 +{
    1.26 +#	cp Makefile.micro Makefile.micro.orig
    1.27 +	patch -p1 -i $stuff/microperl.patch
    1.28 +	sed -i "s|usr/local|usr|; s|perl5/5.24|perl5/5.24.0|; s|unknown|$HOST_SYSTEM|" \
    1.29 +		uconfig.sh
    1.30 +
    1.31 +	make -f Makefile.micro regen_uconfig &&
    1.32 +	make -f Makefile.micro
    1.33 +}
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()