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

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
parents 1a86cb99cbbf
children 4e6503d7a19f
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"
11 TARBALL="Pango-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
14 DEPENDS="perl-cairo perl-glib cairo freetype glib pango"
15 BUILD_DEPENDS="$DEPENDS perl-dev perl-extutils-depends perl-extutils-pkgconfig \
16 pango-dev"
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 @dev
31 }