# HG changeset patch # User Pascal Bellard # Date 1540562614 -7200 # Node ID 403e94343cc587a1fc83138171a87cfcd8653342 # Parent 34787ac3a77e28ffc0c60a50cef4ad0b68def56a Add perl-devel-checklib diff -r 34787ac3a77e -r 403e94343cc5 perl-dbd-mysql/receipt --- a/perl-dbd-mysql/receipt Fri Oct 26 10:45:25 2018 +0200 +++ b/perl-dbd-mysql/receipt Fri Oct 26 16:03:34 2018 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" DEPENDS="perl perl-dbi-dbd libmysqlclient zlib" -BUILD_DEPENDS="perl perl-dbi-dbd mysql-dev" +BUILD_DEPENDS="perl perl-dbi-dbd mysql-dev perl-devel-checklib" # Rules to configure and make the package. compile_rules() diff -r 34787ac3a77e -r 403e94343cc5 perl-devel-checklib/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-devel-checklib/receipt Fri Oct 26 16:03:34 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-devel-checklib" +VERSION="1.13" +CATEGORY="development" +SHORT_DESC="Devel::CheckLib module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +SOURCE="Devel-CheckLib" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MATTN/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="perl" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +}