wok annotate perl-extutils-makemaker/receipt @ rev 23990

syslinux: iso2exe/init should keep keyboard config (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 05 10:20:07 2020 +0000 (2020-12-05)
parents 092704d51019
children 15650f5d595b
rev   line source
pascal@20470 1 # SliTaz package receipt.
pascal@20470 2
pascal@20470 3 PACKAGE="perl-extutils-makemaker"
Hans-G?nter@23325 4 VERSION="7.44"
pascal@20470 5 CATEGORY="development"
pascal@20470 6 SHORT_DESC="ExtUtils::MakeMaker module updates a Perl built-in extension."
pascal@20470 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20470 8 LICENSE="GPL"
Hans-G?nter@23325 9 WEB_SITE="https://metacpan.org/release/ExtUtils-MakeMaker"
Hans-G?nter@23325 10
Hans-G?nter@23325 11 SOURCE="ExtUtils-MakeMaker"
Hans-G?nter@23325 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23325 13 WGET_URL="https://www.cpan.org/modules/by-module/ExtUtils/$TARBALL"
Hans-G?nter@23325 14
pascal@20470 15 DEPENDS="perl"
pascal@20470 16 BUILD_DEPENDS="perl"
pascal@20470 17
pascal@20470 18 # Rules to configure and make the package.
pascal@20470 19 compile_rules()
pascal@20470 20 {
pascal@20470 21 perl Makefile.PL &&
pascal@20470 22 make &&
pascal@20470 23 make DESTDIR=$DESTDIR install
pascal@20470 24 }
pascal@20470 25
pascal@20470 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20470 27 genpkg_rules()
pascal@20470 28 {
pascal@20470 29 mkdir -p $fs/usr
Hans-G?nter@23325 30 cp -a $install/usr/lib $fs/usr
pascal@20470 31 }