wok annotate perl-locale-maketext-lexicon/receipt @ rev 8349

Fix: gnuchess need -j1 to install.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 02 03:19:54 2011 +0000 (2011-02-02)
parents
children 2d12ebd38be4
rev   line source
pascal@1663 1 # SliTaz package receipt.
pascal@1663 2
pascal@1663 3 PACKAGE="perl-locale-maketext-lexicon"
pascal@1663 4 VERSION="0.71"
pascal@1663 5 CATEGORY="development"
pascal@1663 6 SHORT_DESC="Locale::Maketext::Lexicon module is a Perl extension."
pascal@1663 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1663 8 DEPENDS="perl"
pascal@1663 9 BUILD_DEPENDS="perl"
pascal@1663 10 SOURCE="Locale-Maketext-Lexicon"
pascal@1663 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@1663 12 WEB_SITE="http://cpan.org/"
pascal@1663 13 WGET_URL="http://cpan.org/authors/id/A/AU/AUDREYT/$TARBALL"
pascal@1663 14
pascal@1663 15 # Rules to configure and make the package.
pascal@1663 16 compile_rules()
pascal@1663 17 {
pascal@1663 18 cd $src
pascal@1663 19 perl Makefile.PL &&
pascal@1663 20 make &&
pascal@1663 21 make DESTDIR=$PWD/_pkg install
pascal@1663 22 }
pascal@1663 23
pascal@1663 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1663 25 genpkg_rules()
pascal@1663 26 {
pascal@1663 27 mkdir -p $fs/usr
pascal@1663 28 cp -a $_pkg/usr/lib $fs/usr
pascal@1663 29 }
pascal@1663 30