wok-current view perl-geo-ipfree/receipt @ rev 17171
bash: CVE-2014-6271 fix
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Thu Sep 25 12:57:40 2014 +0200 (2014-09-25) | 
| parents | 8299a5a88c0f | 
| children | 20661c276bcf | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="perl-geo-ipfree"
     4 VERSION="0.5"
     5 CATEGORY="development"
     6 SHORT_DESC="Geo::IPfree module is a Perl extension."
     7 MAINTAINER="erjo@slitaz.org"
     8 LICENSE="GPL"
     9 DEPENDS="perl"
    10 BUILD_DEPENDS="perl"
    11 SOURCE="Geo-IPfree"
    12 TARBALL="$SOURCE-$VERSION.tar.gz"
    13 WEB_SITE="http://cpan.org/"
    14 WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL"
    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 	mkdir -p $fs/usr
    30 	cp -a $install/usr/lib $fs/usr
    31 }