# HG changeset patch # User Pascal Bellard # Date 1229937159 0 # Node ID ca28c516522b7ee46887189b8be5ce5ce23820ea # Parent d970f98240405cfe9bac23de34f9b61facda2b33 Add perl-unicode-maputf8 diff -r d970f9824040 -r ca28c516522b perl-unicode-maputf8/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-unicode-maputf8/receipt Mon Dec 22 09:12:39 2008 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-unicode-maputf8" +VERSION="1.11" +CATEGORY="development" +SHORT_DESC="Unicode::MapUTF8 module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl perl-unicode-string" +BUILD_DEPENDS="perl" +SOURCE="Unicode-MapUTF8" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SN/SNOWHARE/$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 +} +