wok rev 24204
updated perl-extutils-depends (0.8000 -> 0.8001)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 15:28:59 2021 +0100 (2021-12-31) |
parents | 4998a2f5cae5 |
children | 32f4528b52d1 |
files | perl-extutils-depends/description.txt perl-extutils-depends/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-extutils-depends/description.txt Fri Dec 31 15:28:59 2021 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +This module tries to make it easy to build Perl extensions 1.5 +that use functions and typemaps provided by other perl extensions. 1.6 +This means that a perl extension is treated like a shared library 1.7 +that provides also a C and an XS interface besides the perl one.
2.1 --- a/perl-extutils-depends/receipt Fri Dec 31 15:25:57 2021 +0100 2.2 +++ b/perl-extutils-depends/receipt Fri Dec 31 15:28:59 2021 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-extutils-depends" 2.7 -VERSION="0.8000" 2.8 +VERSION="0.8001" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl extension - Easily build XS extensions that depends on XS extensions." 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 LICENSE="GPL" 2.13 -WEB_SITE="https://metacpan.org/release/ExtUtils-Depends" 2.14 +WEB_SITE="https://metacpan.org/pod/ExtUtils::Depends" 2.15 +REPOLOGY="perl:extutils-depends" 2.16 2.17 SOURCE="ExtUtils-Depends" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -26,12 +27,11 @@ 2.20 { 2.21 perl Makefile.PL && 2.22 make && 2.23 - make DESTDIR=$DESTDIR install 2.24 + make install DESTDIR=$DESTDIR 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 $install/usr/lib $fs/usr 2.32 + cook_copy_folders lib 2.33 }