wok-next view perl-gtk2/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents f17e1f86f546
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Gtk2"
4 PACKAGE="perl-gtk2"
5 VERSION="1.24992"
6 AUTHOR="XAOC"
7 CATEGORY="perl"
8 SHORT_DESC="Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library"
9 MAINTAINER="claudinei@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-glib perl-pango atk libcairo fontconfig freetype gdk-pixbuf \
18 glib gtk2 pango"
19 BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \
20 perl-extutils-pkgconfig gtk2-dev"
22 COPY_std="@std @dev"
24 compile_rules() {
25 cook_perl
26 }