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