wok annotate perl-convert-asn1/receipt @ rev 23921

Up slitaz-tools (1036), tazinst (105), tazusb (209)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 21 15:07:47 2020 +0000 (2020-08-21)
parents 20661c276bcf
children ca4a422cce07
rev   line source
pascal@1664 1 # SliTaz package receipt.
pascal@1664 2
pascal@1664 3 PACKAGE="perl-convert-asn1"
Hans-G?nter@23304 4 VERSION="0.27"
pascal@1664 5 CATEGORY="development"
Hans-G?nter@23304 6 SHORT_DESC="Perl extension Convert::ASN1."
pascal@1664 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@23304 9 WEB_SITE="http://cpan.org/"
Hans-G?nter@23304 10
Hans-G?nter@23304 11 SOURCE="Convert-ASN1"
Hans-G?nter@23304 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23304 13 WGET_URL="https://www.cpan.org/modules/by-module/Convert/$TARBALL"
Hans-G?nter@23304 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 &&
pascal@1664 22 make &&
pascal@14702 23 make DESTDIR=$DESTDIR install
pascal@1664 24 }
pascal@1664 25
pascal@1664 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1664 27 genpkg_rules()
pascal@1664 28 {
pascal@1664 29 mkdir -p $fs/usr
Hans-G?nter@23304 30 cp -a $install/usr/lib $fs/usr
pascal@1664 31 }