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

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents e584450f5f0e
children 2d12ebd38be4
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 perl-extutils-depends perl-extutils-pkgconfig"
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 }