wok-next annotate perl-gtk2-trayicon/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
pascal@11256 1 # SliTaz package receipt.
pascal@11256 2
pascal@11256 3 PACKAGE="perl-gtk2-trayicon"
pascal@11256 4 VERSION="0.06"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Gtk2::TrayIcon - Perl interface to the EggTrayIcon library"
pascal@11256 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Gtk2-TrayIcon"
al@19709 10
al@19709 11 TARBALL="Gtk2-TrayIcon-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BORUP/$TARBALL"
pascal@11256 13
gokhlayeh@11445 14 DEPENDS="perl-gtk2"
al@19776 15 BUILD_DEPENDS="$DEPENDS perl-dev perl-extutils-depends perl-extutils-pkgconfig \
al@19776 16 gtk+-dev"
pascal@11256 17
pascal@11256 18 # Rules to configure and make the package.
pascal@11256 19 compile_rules()
pascal@11256 20 {
pascal@11256 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@11256 25 }
pascal@11256 26
pascal@11256 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11256 28 genpkg_rules()
pascal@11256 29 {
al@19709 30 copy @std @dev
pascal@11256 31 }