wok diff microperl/receipt @ rev 8008
Fix: ffmpeg need coreutils-file-special to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 18 23:36:57 2011 +0100 (2011-01-18) |
parents | 169d84064c65 |
children | 49e1e0f01970 |
line diff
1.1 --- a/microperl/receipt Sun Oct 05 13:11:45 2008 +0000 1.2 +++ b/microperl/receipt Tue Jan 18 23:36:57 2011 +0100 1.3 @@ -1,32 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="microperl" 1.7 -VERSION="5.10.0" 1.8 +VERSION="5.12.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A micro version of Perl." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 +WEB_SITE="http://www.perl.org/" 1.13 WANTED="perl" 1.14 -WEB_SITE="http://www.perl.org/" 1.15 - 1.16 -# Rules to configure and make the package. 1.17 -# 1.18 -# Microperl is a special package. We need to sed uconfig.sh and 1.19 -# regenerate the Makefile.micro to modify the configuration. 1.20 -# 1.21 -compile_rules() 1.22 -{ 1.23 - cd $src 1.24 - # Install in /usr (default is /usr/local). 1.25 - sed -i s/'usr\/local'/'usr'/ uconfig.sh 1.26 - # Sed to search mods in /usr/lib/perl5. 1.27 - sed -i s/'perl5\/5.9'/'perl5'/ uconfig.sh 1.28 - # Optimisation. 1.29 - sed -i s/'unknown'/'i486-pc-linux-gnu'/ uconfig.sh 1.30 - # Make it! 1.31 - make -f Makefile.micro regen_uconfig && 1.32 - make -f Makefile.micro && 1.33 - strip microperl 1.34 -} 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules()