# HG changeset patch # User Pascal Bellard # Date 1229937174 0 # Node ID 6f5a84c287a8e595d96d0594d0ed437df69a0f94 # Parent ca28c516522b7ee46887189b8be5ce5ce23820ea Add perl-unicode-map8 diff -r ca28c516522b -r 6f5a84c287a8 perl-unicode-map8/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-unicode-map8/receipt Mon Dec 22 09:12:54 2008 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-unicode-map8" +VERSION="0.12" +CATEGORY="development" +SHORT_DESC="Unicode::Map8 module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Unicode-Map8" +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() +{ + 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 +} +