wok-current rev 20489
Add perl-devel-checklib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 26 16:03:34 2018 +0200 (2018-10-26) |
parents | 34787ac3a77e |
children | 5ae1a319f0fe |
files | perl-dbd-mysql/receipt perl-devel-checklib/receipt |
line diff
1.1 --- a/perl-dbd-mysql/receipt Fri Oct 26 10:45:25 2018 +0200 1.2 +++ b/perl-dbd-mysql/receipt Fri Oct 26 16:03:34 2018 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" 1.5 1.6 DEPENDS="perl perl-dbi-dbd libmysqlclient zlib" 1.7 -BUILD_DEPENDS="perl perl-dbi-dbd mysql-dev" 1.8 +BUILD_DEPENDS="perl perl-dbi-dbd mysql-dev perl-devel-checklib" 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-devel-checklib/receipt Fri Oct 26 16:03:34 2018 +0200 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="perl-devel-checklib" 2.7 +VERSION="1.13" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Devel::CheckLib module is a Perl extension." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="GPL" 2.12 +SOURCE="Devel-CheckLib" 2.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://cpan.org/" 2.15 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MATTN/$TARBALL" 2.16 + 2.17 +DEPENDS="perl" 2.18 +BUILD_DEPENDS="perl" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + perl Makefile.PL && 2.24 + make && 2.25 + make DESTDIR=$DESTDIR install 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + cp -a $install/usr $fs/ 2.32 +}