wok-next view perl-pango/receipt @ rev 20978

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents dfb3d7f1daed
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-pango"
4 VERSION="1.227"
5 CATEGORY="perl"
6 SHORT_DESC="Pango - Layout and render international text"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://metacpan.org/release/Pango"
10 REPOLOGY="perl:pango"
12 TARBALL="Pango-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
15 DEPENDS="perl-cairo perl-glib cairo freetype glib pango"
16 BUILD_DEPENDS="$DEPENDS perl-dev perl-extutils-depends perl-extutils-pkgconfig \
17 pango-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std @dev
32 }