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

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents 52c764d3ee0f
children f48456621a9d
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@20884 10 REPOLOGY="perl:gtk2-trayicon"
al@19709 11
al@19709 12 TARBALL="Gtk2-TrayIcon-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BORUP/$TARBALL"
pascal@11256 14
gokhlayeh@11445 15 DEPENDS="perl-gtk2"
al@19776 16 BUILD_DEPENDS="$DEPENDS perl-dev perl-extutils-depends perl-extutils-pkgconfig \
al@19776 17 gtk+-dev"
pascal@11256 18
pascal@11256 19 # Rules to configure and make the package.
pascal@11256 20 compile_rules()
pascal@11256 21 {
pascal@11256 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
pascal@11256 26 }
pascal@11256 27
pascal@11256 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11256 29 genpkg_rules()
pascal@11256 30 {
al@19709 31 copy @std @dev
pascal@11256 32 }