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

Up glib, glib-networking, libnl, libevent, libpcap, libsoup.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 17 01:38:14 2017 +0300 (2017-06-17)
parents 52c764d3ee0f
children 4e6503d7a19f
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+ pango"
16 BUILD_DEPENDS="perl-dev 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 }