wok view perl-gtk2-trayicon/receipt @ rev 14702

perl, rrdtool: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:46:07 2013 +0200 (2013-06-07)
parents 34ed9cb4528c
children ed520426b209
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 LICENSE="GPL"
9 DEPENDS="perl"
10 BUILD_DEPENDS="perl"
11 SOURCE="Gtk2-TrayIcon"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://cpan.org/"
14 WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL"
16 DEPENDS="perl-gtk2"
17 BUILD_DEPENDS="perl-gtk2 perl-extutils-depends perl-extutils-pkgconfig"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 perl Makefile.PL &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/usr/lib $fs/usr
33 }