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

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@1664 2
al@21068 3 ORIGIN="Convert-ASN1"
pascal@1664 4 PACKAGE="perl-convert-asn1"
al@19709 5 VERSION="0.27"
al@21068 6 AUTHOR="GBARR"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Convert::ASN1 - Convert between perl data structures and ASN.1 \
al@19709 9 encoded packets"
pascal@1664 10 MAINTAINER="pascal.bellard@slitaz.org"
al@21068 11 LICENSE="Perl"
al@21068 12 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 13 HOST_ARCH="any"
al@21068 14 REPOLOGY="${PACKAGE/-/:}"
al@19709 15
al@21068 16 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 17 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 18
al@21068 19 DEPENDS_std="perl"
al@21068 20 BUILD_DEPENDS="$DEPENDS_std"
pascal@1664 21
al@21020 22 compile_rules() {
al@21068 23 cook_perl
pascal@1664 24 }