wok-next view perl-gtk2-trayicon/receipt @ rev 19733

Some receipts v2: apr, apr-util, aspell, at-spi2-core, at-spi2-atk, atk, atkmm, cairomm, colord, glibmm, libsigc++, libxslt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 26 16:40:11 2017 +0300 (2017-05-26)
parents ed520426b209
children 52c764d3ee0f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gtk2-trayicon"
4 VERSION="0.06"
5 CATEGORY="perl"
6 SHORT_DESC="Gtk2::TrayIcon - Perl interface to the EggTrayIcon library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Gtk2-TrayIcon"
11 TARBALL="Gtk2-TrayIcon-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BORUP/$TARBALL"
14 DEPENDS="perl-gtk2"
15 BUILD_DEPENDS="$DEPENDS perl-extutils-depends perl-extutils-pkgconfig gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std @dev
30 }