wok-next annotate perl-convert-asn1/receipt @ rev 20259

xsave: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 18:34:13 2017 +0100 (2017-11-07)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
pascal@1664 1 # SliTaz package receipt.
pascal@1664 2
pascal@1664 3 PACKAGE="perl-convert-asn1"
al@19709 4 VERSION="0.27"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Convert::ASN1 - Convert between perl data structures and ASN.1 \
al@19709 7 encoded packets"
pascal@1664 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Convert-ASN1"
al@19709 11
al@19709 12 TARBALL="Convert-ASN1-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL"
al@19709 14
pascal@1664 15 DEPENDS="perl"
pascal@1664 16 BUILD_DEPENDS="perl"
pascal@1664 17
pascal@1664 18 # Rules to configure and make the package.
pascal@1664 19 compile_rules()
pascal@1664 20 {
pascal@1664 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@1664 25 }
pascal@1664 26
pascal@1664 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1664 28 genpkg_rules()
pascal@1664 29 {
al@19709 30 copy @std
pascal@1664 31 }