wok view glade-perl/receipt @ rev 11749

Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:56:59 2012 +0100 (2012-02-22)
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 }