wok-next view perl-locale-maketext-gettext/receipt @ rev 20250

jwm, lockdis: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 12:15:09 2017 +0100 (2017-11-07)
parents
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-locale-maketext-gettext"
4 VERSION="1.28"
5 CATEGORY="perl"
6 SHORT_DESC="Locale::Maketext::Gettext - Joins the gettext and Maketext \
7 frameworks"
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://metacpan.org/release/Locale-Maketext-Gettext"
12 TARBALL="Locale-Maketext-Gettext-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/I/IM/IMACAT/$TARBALL"
15 DEPENDS="perl"
16 BUILD_DEPENDS="perl"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make && make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 # strip
32 sed -i '/^=/,/^=cut/d' $fs/usr/bin/maketext
33 }