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

sakura -> sakura-gtk2; vte -> vte-gtk2; add sakura, vte; up gtk-engines, lxde, wpa_supplicant.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 25 15:45:11 2017 +0300 (2017-08-25)
parents 615dd0551477
children 44d2daaccb67
rev   line source
nneul@18451 1 # SliTaz package receipt.
nneul@18451 2
nneul@18451 3 PACKAGE="perl-exporter-tiny"
al@19709 4 VERSION="0.044"
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 }