wok-next view perl-locale-gettext/receipt @ rev 21001

Typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 05 14:47:39 2018 +0300 (2018-10-05)
parents 0e7893ac206d
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-locale-gettext"
4 VERSION="1.07"
5 CATEGORY="perl"
6 SHORT_DESC="Locale::gettext - message handling functions"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/gettext"
10 REPOLOGY="perl:locale-gettext"
12 TARBALL="gettext-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/$TARBALL"
15 BUILD_DEPENDS="perl-dev gettext-base"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl gettext-base"
27 }