wok annotate perl-geo-ipfree/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents 8299a5a88c0f
children 20661c276bcf
rev   line source
erjo@2648 1 # SliTaz package receipt.
erjo@2648 2
pascal@2651 3 PACKAGE="perl-geo-ipfree"
erjo@2648 4 VERSION="0.5"
erjo@2648 5 CATEGORY="development"
erjo@2648 6 SHORT_DESC="Geo::IPfree module is a Perl extension."
erjo@2648 7 MAINTAINER="erjo@slitaz.org"
pascal@14702 8 LICENSE="GPL"
erjo@2648 9 DEPENDS="perl"
erjo@2648 10 BUILD_DEPENDS="perl"
erjo@2648 11 SOURCE="Geo-IPfree"
erjo@2648 12 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@2648 13 WEB_SITE="http://cpan.org/"
erjo@2648 14 WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL"
erjo@2648 15
erjo@2648 16
erjo@2648 17 # Rules to configure and make the package.
erjo@2648 18 compile_rules()
erjo@2648 19 {
erjo@2648 20 cd $src
erjo@2648 21 perl Makefile.PL
erjo@2648 22 make
pascal@14702 23 make DESTDIR=$DESTDIR install
erjo@2648 24 }
erjo@2648 25
erjo@2648 26 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2648 27 genpkg_rules()
erjo@2648 28 {
erjo@2648 29 mkdir -p $fs/usr
pascal@14702 30 cp -a $install/usr/lib $fs/usr
erjo@2648 31 }
erjo@2648 32