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

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
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 }