wok diff perl/receipt @ rev 2367

transmission-daemon: typo in receipt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 12:02:40 2009 +0000 (2009-03-05)
parents 49b99a0389d9
children 89e187b7d309
line diff
     1.1 --- a/perl/receipt	Mon Jun 30 22:30:16 2008 +0200
     1.2 +++ b/perl/receipt	Thu Mar 05 12:02:40 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