wok-next annotate perl-geo-ipfree/receipt @ rev 20917

freetype: return freetype-config back
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 11:44:50 2018 +0300 (2018-08-21)
parents 1a86cb99cbbf
children d5aab818505e
rev   line source
erjo@2648 1 # SliTaz package receipt.
erjo@2648 2
pascal@2651 3 PACKAGE="perl-geo-ipfree"
al@19709 4 VERSION="1.151940"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Geo::IPfree - Look up the country of an IPv4 address"
erjo@2648 7 MAINTAINER="erjo@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Geo-IPfree"
al@20884 10 REPOLOGY="perl:geo-ipfree"
al@19709 11
al@19709 12 TARBALL="Geo-IPfree-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/B/BR/BRICAS/$TARBALL"
al@19709 14
erjo@2648 15 DEPENDS="perl"
erjo@2648 16 BUILD_DEPENDS="perl"
erjo@2648 17
erjo@2648 18 # Rules to configure and make the package.
erjo@2648 19 compile_rules()
erjo@2648 20 {
al@19709 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
erjo@2648 25 }
erjo@2648 26
erjo@2648 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2648 28 genpkg_rules()
erjo@2648 29 {
al@19709 30 copy @std
erjo@2648 31 }