# HG changeset patch # User Pascal Bellard # Date 1224414833 0 # Node ID b979cfbd5b0fb7959d23aa95fd6a5faf1045dfb3 # Parent 8383ab1ecd0cced01a76b25729dc27be9c1d64d3 Add perl-preadsheet-parseexcel diff -r 8383ab1ecd0c -r b979cfbd5b0f perl-preadsheet-parseexcel/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-preadsheet-parseexcel/receipt Sun Oct 19 11:13:53 2008 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-preadsheet-parseexcel" +VERSION="0.33" +CATEGORY="development" +SHORT_DESC="Spreadsheet::ParseExcel module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Spreadsheet-ParseExcel" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/S/SZ/SZABGAB/$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 +} +