wok view perl-gtk2/receipt @ rev 7257

Up: xorg-xinput to 1.5.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 14 15:48:57 2010 +0000 (2010-11-14)
parents 349d8a3333f4
children cac257657aaf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gtk2"
4 SOURCE="Gtk2"
5 VERSION="1.221"
6 CATEGORY="development"
7 SHORT_DESC="Perl interface to the 2.x series of the Gimp Toolkit Library."
8 MAINTAINER="claudinei@slitaz.org"
9 DEPENDS="perl gtk+ perl-glib perl-pango perl-cairo"
10 BUILD_DEPENDS="perl gtk+-dev perl-extutils-depends perl-extutils-pkgconfig \
11 perl-glib perl-pango perl-cairo xorg-dev xorg-xproto xorg-renderproto \
12 xorg-kbproto"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://cpan.org/"
15 WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/lib $fs/usr
31 }