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

Rebuild Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 11 23:38:35 2018 +0200 (2018-12-11)
parents d5aab818505e
children 82b613cfd1e0
rev   line source
al@21020 1 # SliTaz package receipt v2.
claudinei@3179 2
al@21068 3 ORIGIN="Pango"
claudinei@3179 4 PACKAGE="perl-pango"
al@19709 5 VERSION="1.227"
al@21068 6 AUTHOR="XAOC"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Pango - Layout and render international text"
al@21068 9 MAINTAINER="devel@slitaz.org"
pascal@14996 10 LICENSE="LGPL2.1"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 REPOLOGY="${PACKAGE/-/:}"
al@19709 13
al@21068 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 16
al@21068 17 DEPENDS_std="perl-cairo perl-glib cairo freetype glib pango"
al@21068 18 BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \
al@21068 19 perl-extutils-pkgconfig pango-dev"
al@21068 20
al@21068 21 COPY_std="@std @dev"
claudinei@3179 22
al@21020 23 compile_rules() {
al@21068 24 cook_perl
claudinei@3179 25 }