wok-next annotate perl-pango/receipt @ rev 20607

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