wok-next view glade-perl/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 60f29a199772
children 7bb096863642
line source
1 # SliTaz package receipt.
3 PACKAGE="glade-perl"
4 VERSION="1.007"
5 CATEGORY="development"
6 SHORT_DESC="Gtk2-GladeXML perl bindings for glade 2.x"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libglade perl-gtk2 perl"
9 BUILD_DEPENDS="perl-extutils-depends perl-extutils-pkgconfig perl-gtk2 libglade-dev"
10 SOURCE="Gtk2-GladeXML"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://gtk2-perl.sourceforge.net/"
13 WGET_URL="$SF_MIRROR/gtk2-perl/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 perl Makefile.PL &&
20 make &&
21 make install DESTDIR=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/lib $fs/usr
29 }