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

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
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 }