wok view perl-geo-ipfree/receipt @ rev 2648

Add: perl-compress-raw-bzip2 perl-compress-raw-zlib perl-geo-ipfree
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Apr 17 22:53:17 2009 +0200 (2009-04-17)
parents
children 8299a5a88c0f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-uri"
4 VERSION="0.5"
5 CATEGORY="development"
6 SHORT_DESC="Geo::IPfree module is a Perl extension."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="perl"
9 BUILD_DEPENDS="perl"
10 SOURCE="Geo-IPfree"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://cpan.org/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL
21 make
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 }