wok-next annotate perl-gtk2/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents f17e1f86f546
children
rev   line source
al@21068 1 # SliTaz package receipt v2.
claudinei@3179 2
al@21068 3 ORIGIN="Gtk2"
claudinei@3179 4 PACKAGE="perl-gtk2"
al@19709 5 VERSION="1.24992"
al@21068 6 AUTHOR="XAOC"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library"
claudinei@3179 9 MAINTAINER="claudinei@slitaz.org"
pascal@14996 10 LICENSE="LGPL2.1"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 REPOLOGY="${PACKAGE/-/:}"
al@19709 13
al@21068 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 16
al@21105 17 DEPENDS_std="perl-glib perl-pango atk libcairo fontconfig freetype gdk-pixbuf \
al@21068 18 glib gtk2 pango"
al@21068 19 BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \
al@21017 20 perl-extutils-pkgconfig gtk2-dev"
claudinei@3179 21
al@21068 22 COPY_std="@std @dev"
al@21068 23
al@21020 24 compile_rules() {
al@21068 25 cook_perl
claudinei@3179 26 }