wok annotate perl-encode-locale/receipt @ rev 13741

mutt: fix build
author Paul Issott <paul@slitaz.org>
date Wed Dec 26 20:36:58 2012 +0000 (2012-12-26)
parents 5f2d9069cc94
children 2d12ebd38be4
rev   line source
erjo@11834 1 # SliTaz package receipt.
erjo@11834 2
erjo@11834 3 PACKAGE="perl-encode-locale"
erjo@11834 4 VERSION="1.03"
erjo@11834 5 CATEGORY="development"
erjo@11834 6 SHORT_DESC="Determine the locale encoding"
slaxemulator@11839 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@11839 8 WEB_SITE="http://search.cpan.org/dist/Encode-Locale"
erjo@11834 9 SOURCE="Encode-Locale"
erjo@11834 10 TARBALL="$SOURCE-$VERSION.tar.gz"
slaxemulator@11839 11 WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
slaxemulator@11839 12
slaxemulator@11839 13 DEPENDS="perl"
slaxemulator@11839 14 BUILD_DEPENDS="perl"
erjo@11834 15
erjo@11834 16 # Rules to configure and make the package.
erjo@11834 17 compile_rules()
erjo@11834 18 {
erjo@11834 19 cd $src
erjo@11834 20 perl Makefile.PL &&
erjo@11834 21 make &&
erjo@11834 22 make DESTDIR=$DESTDIR install
erjo@11834 23 }
erjo@11834 24
erjo@11834 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11834 26 genpkg_rules()
erjo@11834 27 {
slaxemulator@11839 28 cp -a $install/* $fs
erjo@11834 29 }