wok view perl-file-sharedir-install/receipt @ rev 24178

created recipe for perl-file-sharedir-install
author Hans-G?nter Theisgen
date Fri Dec 31 06:33:57 2021 +0100 (2021-12-31)
parents
children f95bb62ba57c
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-file-sharedir-install"
4 VERSION="0.13"
5 CATEGORY="development"
6 SHORT_DESC="Perl extension to install shared files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/pod/File::ShareDir::Install"
10 REPOLOGY="perl:file-sharedir-install"
12 SOURCE="File-ShareDir-Install"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://www.cpan.org/authors/id/E/ET/ETHER/$TARBALL"
16 DEPENDS="perl"
17 BUILD_DEPENDS="perl"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make &&
24 make install DESTDIR=$DESTDIR
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cook_copy_folders lib
31 }