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

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
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 }