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

xcb-proto is obsolete -> xorg-xcb-proto
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 14:08:05 2018 +0200 (2018-02-28)
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 }