wok-next annotate perl-rfc-rfc822-address/receipt @ rev 19770
Update the rest of Perl modules.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 15 02:59:24 2017 +0300 (2017-06-15) |
parents | 2d12ebd38be4 |
children | 4e6503d7a19f |
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@19770 | 10 |
al@19770 | 11 TARBALL="RFC-RFC822-Address-$VERSION.tar.gz" |
al@19770 | 12 WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/$TARBALL" |
al@19770 | 13 |
al@19770 | 14 DEPENDS="perl-parse-recdescent" |
al@19770 | 15 BUILD_DEPENDS="$DEPENDS" |
pascal@5970 | 16 |
pascal@5970 | 17 # Rules to configure and make the package. |
pascal@5970 | 18 compile_rules() |
pascal@5970 | 19 { |
pascal@5970 | 20 perl Makefile.PL && |
al@19770 | 21 make && make DESTDIR=$install install && |
al@19770 | 22 |
al@19770 | 23 chmod -R u+w $install |
pascal@5970 | 24 } |
pascal@5970 | 25 |
pascal@5970 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5970 | 27 genpkg_rules() |
pascal@5970 | 28 { |
al@19770 | 29 copy @std |
pascal@5970 | 30 } |