wok rev 11947

add perl-test-pod-coverage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 01 11:19:11 2012 +0100 (2012-03-01)
parents 21d3d849daa2
children 0de959fa20d0
files perl-rrd-simple/receipt perl-test-pod-coverage/receipt
line diff
     1.1 --- a/perl-rrd-simple/receipt	Thu Mar 01 10:46:31 2012 +0100
     1.2 +++ b/perl-rrd-simple/receipt	Thu Mar 01 11:19:11 2012 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
     1.5  
     1.6  DEPENDS="perl rrdtool-perl"
     1.7 -BUILD_DEPENDS="perl rrdtool-perl"
     1.8 +BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-test-pod-coverage/receipt	Thu Mar 01 11:19:11 2012 +0100
     2.3 @@ -0,0 +1,29 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="perl-test-pod-coverage"
     2.7 +VERSION="1.08"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Test::Pod::Coverage module is a Perl extension."
    2.10 +MAINTAINER="slaxemulator@gmail.com"
    2.11 +DEPENDS="perl"
    2.12 +BUILD_DEPENDS="perl"
    2.13 +SOURCE="Test-Pod-Coverage"
    2.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.15 +WEB_SITE="http://www.cpan.org/modules/"
    2.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL"
    2.17 +
    2.18 +# Rules to configure and make the package.
    2.19 +compile_rules()
    2.20 +{
    2.21 +	cd $src
    2.22 +	perl Makefile.PL &&
    2.23 +	make &&
    2.24 +	make DESTDIR=$PWD/_pkg install
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs/usr
    2.31 +	cp -a $_pkg/usr/lib $fs/usr
    2.32 +}