# HG changeset patch # User Pascal Bellard # Date 1226152597 0 # Node ID 090a5fdd4cf85ae474b827013d6f436bf002456d # Parent 4ae24867d68b0d774cebb56e0c323152da4bd5ae Add perl-mime-base64 diff -r 4ae24867d68b -r 090a5fdd4cf8 perl-mime-base64/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-mime-base64/receipt Sat Nov 08 13:56:37 2008 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-mime-base64" +VERSION="3.07" +CATEGORY="development" +SHORT_DESC="MIME::Base64 module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="MIME-Base64" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.cpan.org/modules/by-authors/id/MJD/Template.html" +WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} +