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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents f17e1f86f546
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Pango"
4 PACKAGE="perl-pango"
5 VERSION="1.227"
6 AUTHOR="XAOC"
7 CATEGORY="perl"
8 SHORT_DESC="Pango - Layout and render international text"
9 MAINTAINER="devel@slitaz.org"
10 LICENSE="LGPL2.1"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl-cairo perl-glib libcairo freetype glib pango"
18 BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \
19 perl-extutils-pkgconfig pango-dev"
21 COPY_std="@std @dev"
23 compile_rules() {
24 cook_perl
25 }