wok annotate perl-rfc-rfc822-address/receipt @ rev 18386

gdal: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 18 10:07:24 2015 +0200 (2015-09-18)
parents 112f7fc65b7d
children 20661c276bcf
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"
pascal@5970 5 CATEGORY="development"
pascal@5970 6 SHORT_DESC="RFC::RFC822::Address module is a Perl extension."
pascal@5970 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
pascal@5970 9 DEPENDS="perl"
pascal@5970 10 BUILD_DEPENDS="perl"
pascal@5970 11 SOURCE="RFC-RFC822-Address"
pascal@5970 12 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@5970 13 WEB_SITE="http://cpan.org/"
pascal@5970 14 WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL"
pascal@5970 15
pascal@5970 16 # Rules to configure and make the package.
pascal@5970 17 compile_rules()
pascal@5970 18 {
pascal@5970 19 cd $src
pascal@5970 20 perl Makefile.PL &&
pascal@5970 21 make &&
pascal@14702 22 make DESTDIR=$DESTDIR install
pascal@5970 23 }
pascal@5970 24
pascal@5970 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5970 26 genpkg_rules()
pascal@5970 27 {
pascal@5970 28 mkdir -p $fs/usr
pascal@14702 29 cp -a $install/usr/lib $fs/usr
pascal@5970 30 }
pascal@5970 31