wok-next annotate perl-exporter-tiny/receipt @ rev 20837

lua: add SHA1sum
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:28:49 2018 +0000 (2018-06-17)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
nneul@18451 1 # SliTaz package receipt.
nneul@18451 2
nneul@18451 3 PACKAGE="perl-exporter-tiny"
al@20820 4 VERSION="1.000000"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Exporter::Tiny - an exporter with the features of Sub::Exporter \
al@19709 7 but only core dependencies"
nneul@18451 8 MAINTAINER="nneul@neulinger.org"
nneul@18451 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Exporter-Tiny"
al@19709 11
al@19709 12 TARBALL="Exporter-Tiny-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/$TARBALL"
nneul@18451 14
nneul@18451 15 DEPENDS="perl"
al@19709 16 BUILD_DEPENDS="perl"
nneul@18451 17
nneul@18451 18 # Rules to configure and make the package.
nneul@18451 19 compile_rules()
nneul@18451 20 {
nneul@18451 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
nneul@18451 25 }
nneul@18451 26
nneul@18451 27 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@18451 28 genpkg_rules()
nneul@18451 29 {
al@19709 30 copy @std
nneul@18451 31 }