wok-next annotate perl-class-singleton/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents 615dd0551477
children 4e6503d7a19f
rev   line source
nneul@18451 1 # SliTaz package receipt.
nneul@18451 2
nneul@18451 3 PACKAGE="perl-class-singleton"
nneul@18451 4 VERSION="1.5"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Class::Singleton - Implementation of a \"Singleton\" class"
nneul@18451 7 MAINTAINER="nneul@neulinger.org"
nneul@18451 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Class-Singleton"
al@19709 10
al@19709 11 TARBALL="Class-Singleton-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHAY/$TARBALL"
nneul@18451 13
nneul@18451 14 DEPENDS="perl"
al@19709 15 BUILD_DEPENDS="perl"
nneul@18451 16
nneul@18451 17 # Rules to configure and make the package.
nneul@18451 18 compile_rules()
nneul@18451 19 {
nneul@18451 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
nneul@18451 24 }
nneul@18451 25
nneul@18451 26 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@18451 27 genpkg_rules()
nneul@18451 28 {
al@19709 29 copy @std
nneul@18451 30 }