wok view perl-gtk2/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 18c66805dd1a
children 15650f5d595b
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gtk2"
4 VERSION="1.24993"
5 CATEGORY="development"
6 SHORT_DESC="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 SOURCE="Gtk2"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
15 DEPENDS="gtk+ perl perl-cairo perl-glib perl-pango"
16 BUILD_DEPENDS="gtk+-dev perl perl-cairo perl-extutils-depends
17 perl-extutils-pkgconfig perl-glib perl-pango xorg-dev
18 xorg-kbproto xorg-renderproto xorg-xproto"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make &&
25 make install DESTDIR=$DESTDIR
27 rm -rf $pkgdir/installnone
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr
34 cp -a $install/usr/lib $fs/usr
35 }