wok-current view perl-convert-asn1/receipt @ rev 24845
updated libupnp and libupnp-dev (1.12.0 -> 1.14.12)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 14:27:13 2022 +0100 (2022-03-25) |
parents | ca4a422cce07 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-convert-asn1"
4 VERSION="0.33"
5 CATEGORY="development"
6 SHORT_DESC="Perl extension Convert::ASN1."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/pod/Convert::ASN1"
10 REPOLOGY="perl:convert-asn1"
12 SOURCE="Convert-ASN1"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://www.cpan.org/modules/by-module/Convert/$TARBALL"
16 DEPENDS="perl"
17 BUILD_DEPENDS="perl"
19 current_version()
20 {
21 wget -O - $WEB_SITE 2>/dev/null | \
22 sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
23 }
25 # Rules to configure and make the package.
26 compile_rules()
27 {
28 perl Makefile.PL &&
29 make &&
30 make install DESTDIR=$DESTDIR
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 cook_copy_folders lib
37 }