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

Up bind, brotli, cairo, check, compface, cookutils, cpio, curl, db, openssl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 30 05:37:57 2017 +0300 (2017-05-30)
parents 76b72f1ad63c
children 52c764d3ee0f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gtk2"
4 VERSION="1.24992"
5 CATEGORY="perl"
6 SHORT_DESC="Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://metacpan.org/release/Gtk2"
11 TARBALL="Gtk2-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
14 DEPENDS="perl-glib perl-pango atk cairo fontconfig freetype gdk-pixbuf glib \
15 gtk+ libgio pango"
16 BUILD_DEPENDS="perl-glib perl-pango perl-extutils-depends \
17 perl-extutils-pkgconfig gtk+-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std @dev
32 }