wok-6.x diff microperl/receipt @ rev 3235
Add: Zim
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri May 29 19:37:38 2009 +0000 (2009-05-29) |
parents | 17a39e4461e4 |
children | d9be1b1a5d96 |
line diff
1.1 --- a/microperl/receipt Wed Feb 13 14:06:08 2008 +0100 1.2 +++ b/microperl/receipt Fri May 29 19:37:38 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="microperl" 1.7 -VERSION="5.8.8" 1.8 +VERSION="5.10.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A micro version of Perl." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -23,8 +23,8 @@ 1.13 # Optimisation. 1.14 sed -i s/'unknown'/'i486-pc-linux-gnu'/ uconfig.sh 1.15 # Make it! 1.16 - make -f Makefile.micro regen_uconfig 1.17 - make -f Makefile.micro 1.18 + make -f Makefile.micro regen_uconfig && 1.19 + make -f Makefile.micro && 1.20 strip microperl 1.21 } 1.22