wok-next annotate perl-rfc-rfc822-address/receipt @ rev 20983

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 28 13:48:52 2018 +0300 (2018-09-28)
parents bc6672455954
children d5aab818505e
rev   line source
pascal@5970 1 # SliTaz package receipt.
pascal@5970 2
pascal@5970 3 PACKAGE="perl-rfc-rfc822-address"
pascal@5970 4 VERSION="2009110702"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="RFC::RFC822::Address - RFC 822 style address validation"
pascal@5970 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19770 9 WEB_SITE="https://metacpan.org/release/RFC-RFC822-Address"
al@20884 10 REPOLOGY="perl:rfc-rfc822-address"
al@19770 11
al@19770 12 TARBALL="RFC-RFC822-Address-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/$TARBALL"
al@19770 14
al@19770 15 DEPENDS="perl-parse-recdescent"
al@19770 16 BUILD_DEPENDS="$DEPENDS"
pascal@5970 17
pascal@5970 18 # Rules to configure and make the package.
pascal@5970 19 compile_rules()
pascal@5970 20 {
pascal@5970 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
pascal@5970 25 }
pascal@5970 26
pascal@5970 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5970 28 genpkg_rules()
pascal@5970 29 {
al@19770 30 copy @std
pascal@5970 31 }