# HG changeset patch # User Pascal Bellard # Date 1235839619 0 # Node ID aadd2e06aab864ed5c77592762f5af06b90e8600 # Parent 6ad2cadfeba8f94d55b06aeee92e6996e1dc18d6 Perl: provides microperl diff -r 6ad2cadfeba8 -r aadd2e06aab8 perl/receipt --- a/perl/receipt Sat Feb 28 14:37:58 2009 +0000 +++ b/perl/receipt Sat Feb 28 16:46:59 2009 +0000 @@ -8,14 +8,15 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.perl.org/" WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL" +PROVIDE="microperl" # Rules to configure and make the package. # compile_rules() { cd $src - ./configure.gnu --prefix=/usr - make + ./configure.gnu --prefix=/usr && + make && make DESTDIR=$PWD/_pkg install }