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

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents ca4a422cce07
children b27d8c263cba
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gtk2-trayicon"
4 VERSION="0.07"
5 CATEGORY="development"
6 SHORT_DESC="Gtk2::TrayIcon module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/pod/Gtk2::TrayIcon"
10 REPOLOGY="perl:gtk2-trayicon"
11 SOURCE="Gtk2-TrayIcon"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://www.cpan.org/modules/by-module/Gtk2/$TARBALL"
15 DEPENDS="libxml2 perl-gtk2"
16 BUILD_DEPENDS="gtk+-dev libxml2-dev perl-gtk2 perl-extutils-depends
17 perl-extutils-pkgconfig"
19 current_version()
20 {
21 wget -O - $WEB_SITE 2>/dev/null | \
22 sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
23 }
25 # Rules to configure and make the package.
26 compile_rules()
27 {
28 perl Makefile.PL &&
29 make &&
30 make install DESTDIR=$DESTDIR
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 cook_copy_folders lib
37 }