wok-stable view perl-gtk2-trayicon/receipt @ rev 11445

Remove: perl-gtk2-perl (it's a duplicate of perl-gtk2)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 20:31:59 2011 +0100 (2011-12-16)
parents f0263c56ea4a
children 34ed9cb4528c
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gtk2-trayicon"
4 VERSION="0.06"
5 CATEGORY="development"
6 SHORT_DESC="Gtk2::TrayIcon module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="perl"
9 BUILD_DEPENDS="perl"
10 SOURCE="Gtk2-TrayIcon"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://cpan.org/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL"
15 DEPENDS="perl-gtk2"
16 BUILD_DEPENDS="perl-gtk2"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 perl Makefile.PL &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $_pkg/usr/lib $fs/usr
32 }