# HG changeset patch # User Christopher Rogers # Date 1330322647 18000 # Node ID 2c9f9cf144d68cd72d1d5d409a2b8592ef36bb21 # Parent a57b4693ff3be891ca799506205a533d0fc451fc perl-digest-md5: Sync with wok-tank. diff -r a57b4693ff3b -r 2c9f9cf144d6 perl-digest-md5/receipt --- a/perl-digest-md5/receipt Mon Feb 27 00:38:14 2012 +0100 +++ b/perl-digest-md5/receipt Mon Feb 27 01:04:07 2012 -0500 @@ -3,14 +3,15 @@ PACKAGE="perl-digest-md5" VERSION="2.51" CATEGORY="development" -SHORT_DESC="Digest::MD5 module is a Perl extension." -MAINTAINER="pascal.bellard@slitaz.org" +SHORT_DESC="Digest::MD5::Perl - Perl implementation of Ron Rivests MD5 Algorithm" +MAINTAINER="slaxemulator@gmail.com" +WEB_SITE="http://search.cpan.org/dist/Digest-MD5" +SOURCE="Digest-MD5" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Digest-MD5" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -18,13 +19,12 @@ cd $src perl Makefile.PL && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -