# HG changeset patch # User Hans-G?nter Theisgen # Date 1640960939 -3600 # Node ID 271979d0cb7c97b62b15c72fc719ceba2de344e4 # Parent 4998a2f5cae5a5d5baa459bf9478020b5359db8a updated perl-extutils-depends (0.8000 -> 0.8001) diff -r 4998a2f5cae5 -r 271979d0cb7c perl-extutils-depends/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-extutils-depends/description.txt Fri Dec 31 15:28:59 2021 +0100 @@ -0,0 +1,4 @@ +This module tries to make it easy to build Perl extensions +that use functions and typemaps provided by other perl extensions. +This means that a perl extension is treated like a shared library +that provides also a C and an XS interface besides the perl one. diff -r 4998a2f5cae5 -r 271979d0cb7c perl-extutils-depends/receipt --- a/perl-extutils-depends/receipt Fri Dec 31 15:25:57 2021 +0100 +++ b/perl-extutils-depends/receipt Fri Dec 31 15:28:59 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-extutils-depends" -VERSION="0.8000" +VERSION="0.8001" CATEGORY="development" SHORT_DESC="Perl extension - Easily build XS extensions that depends on XS extensions." MAINTAINER="claudinei@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/ExtUtils-Depends" +WEB_SITE="https://metacpan.org/pod/ExtUtils::Depends" +REPOLOGY="perl:extutils-depends" SOURCE="ExtUtils-Depends" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,12 +27,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }