wok-next annotate perl-crypt-blowfish/receipt @ rev 19770

Update the rest of Perl modules.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 15 02:59:24 2017 +0300 (2017-06-15)
parents dfb3d7f1daed
children 4e6503d7a19f
rev   line source
nneul@18265 1 # SliTaz package receipt.
nneul@18265 2
nneul@18265 3 PACKAGE="perl-crypt-blowfish"
nneul@18265 4 VERSION="2.14"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Crypt::Blowfish - Perl Blowfish encryption module"
nneul@18265 7 MAINTAINER="nneul@neulinger.org"
nneul@18265 8 LICENSE="Perl"
al@19770 9 WEB_SITE="https://metacpan.org/release/Crypt-Blowfish"
al@19770 10
al@19770 11 TARBALL="Crypt-Blowfish-$VERSION.tar.gz"
al@19770 12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$TARBALL"
al@19770 13
nneul@18265 14 DEPENDS="perl"
al@19769 15 BUILD_DEPENDS="perl-dev"
nneul@18265 16
nneul@18265 17 # Rules to configure and make the package.
nneul@18265 18 compile_rules()
nneul@18265 19 {
al@19770 20 perl Makefile.PL &&
al@19770 21 make && make DESTDIR=$install install &&
al@19770 22
al@19770 23 chmod -R u+w $install
nneul@18265 24 }
nneul@18265 25
nneul@18265 26 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@18265 27 genpkg_rules()
nneul@18265 28 {
al@19770 29 copy @std
nneul@18265 30 }