# HG changeset patch # User Pascal Bellard # Date 1224414832 0 # Node ID 5a7625107001457bf9cd40bd7389b922b2d7fe90 # Parent 30e27b10e433aa2ed8816d2429b53bd478bd1c8f Add perl-ole-Storage_Lite diff -r 30e27b10e433 -r 5a7625107001 perl-ole-Storage_Lite/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-ole-Storage_Lite/receipt Sun Oct 19 11:13:52 2008 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-ole-Storage_Lite" +VERSION="0.17" +CATEGORY="development" +SHORT_DESC="OLE::Storage_Lite module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="OLE-Storage_Lite" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/J/JM/JMCNAMARA/$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 +} +