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

Add: fluxcomp, ldns, libndp, libnsl, nghttp2; up: directfb, libevent, libnl, libsoup, links, neon, serf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 25 13:24:59 2018 +0300 (2018-04-25)
parents 1a86cb99cbbf
children 4e6503d7a19f
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-dev perl-extutils-depends perl-extutils-pkgconfig \
16 gtk+-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make && make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std @dev
31 }