wok-next annotate perl-locale-gettext/receipt @ rev 19999

Up qedit, qbittorrent
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 21:21:58 2017 +0200 (2017-10-20)
parents 1a86cb99cbbf
children 0e7893ac206d
rev   line source
slaxemulator@7403 1 # SliTaz package receipt.
slaxemulator@7403 2
slaxemulator@7403 3 PACKAGE="perl-locale-gettext"
al@19709 4 VERSION="1.07"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Locale::gettext - message handling functions"
slaxemulator@7403 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/gettext"
al@19571 10
al@19709 11 TARBALL="gettext-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/$TARBALL"
al@19571 13
slaxemulator@7403 14 DEPENDS="perl gettext-base"
al@19769 15 BUILD_DEPENDS="$DEPENDS perl-dev"
slaxemulator@7403 16
slaxemulator@7403 17 # Rules to configure and make the package.
slaxemulator@7403 18 compile_rules()
slaxemulator@7403 19 {
al@19571 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
slaxemulator@7403 24 }
slaxemulator@7403 25
slaxemulator@7403 26 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7403 27 genpkg_rules()
slaxemulator@7403 28 {
al@19709 29 copy @std
slaxemulator@7403 30 }