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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents e70c0b9c5adf
children f48456621a9d
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"
10 REPOLOGY="perl:gtk2"
12 TARBALL="Gtk2-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
15 DEPENDS="perl-glib perl-pango atk cairo fontconfig freetype gdk-pixbuf glib \
16 gtk+ pango"
17 BUILD_DEPENDS="perl-dev perl-glib perl-pango perl-extutils-depends \
18 perl-extutils-pkgconfig gtk+-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std @dev
33 }