wok view perl-encode-locale/receipt @ rev 17457

Add icmpshell
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 15:59:17 2014 +0100 (2014-12-18)
parents 67b9bb1ef520
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-encode-locale"
4 VERSION="1.03"
5 CATEGORY="development"
6 SHORT_DESC="Determine the locale encoding"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://search.cpan.org/dist/Encode-Locale"
10 SOURCE="Encode-Locale"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }