wok-6.x rev 2332
Perl: provides microperl
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 28 16:46:59 2009 +0000 (2009-02-28) |
parents | 6ad2cadfeba8 |
children | 0c8bdacb8fb2 |
files | perl/receipt |
line diff
1.1 --- a/perl/receipt Sat Feb 28 14:37:58 2009 +0000 1.2 +++ b/perl/receipt Sat Feb 28 16:46:59 2009 +0000 1.3 @@ -8,14 +8,15 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.perl.org/" 1.6 WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL" 1.7 +PROVIDE="microperl" 1.8 1.9 # Rules to configure and make the package. 1.10 # 1.11 compile_rules() 1.12 { 1.13 cd $src 1.14 - ./configure.gnu --prefix=/usr 1.15 - make 1.16 + ./configure.gnu --prefix=/usr && 1.17 + make && 1.18 make DESTDIR=$PWD/_pkg install 1.19 } 1.20