wok-next annotate perl-crypt-des/receipt @ rev 20042

pigz, pxe-kexec: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:53:07 2017 +0200 (2017-10-22)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
pascal@3245 1 # SliTaz package receipt.
pascal@3245 2
pascal@3245 3 PACKAGE="perl-crypt-des"
al@19709 4 VERSION="2.07"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Crypt::DES - Perl DES encryption module"
pascal@3245 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Crypt-DES"
al@19709 10
al@19709 11 TARBALL="Crypt-DES-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$TARBALL"
al@19709 13
pascal@3245 14 DEPENDS="perl"
al@19769 15 BUILD_DEPENDS="perl-dev"
pascal@3245 16
pascal@3245 17 # Rules to configure and make the package.
pascal@3245 18 compile_rules()
pascal@3245 19 {
al@19709 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
pascal@3245 24 }
pascal@3245 25
pascal@3245 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3245 27 genpkg_rules()
pascal@3245 28 {
al@19709 29 copy @std
pascal@3245 30 }