# HG changeset patch # User Pierre-Jean Fichet # Date 1226154026 0 # Node ID 9866a672f23f788a05888e5234849c6bced063d0 # Parent 7f60a382515840e73cb464bee105da1024ef2b4b Add perl-log-agent diff -r 7f60a3825158 -r 9866a672f23f perl-log-agent/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-log-agent/receipt Sat Nov 08 14:20:26 2008 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-log-agent" +VERSION="0.2.8" +CATEGORY="development" +SHORT_DESC=" Log::Agent module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Log-Agent" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/R/RA/RAM/$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 +} +