wok-next view perl-gtk2/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents f17e1f86f546
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Gtk2"
4 PACKAGE="perl-gtk2"
5 VERSION="1.24992"
6 AUTHOR="XAOC"
7 CATEGORY="perl"
8 SHORT_DESC="Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library"
9 MAINTAINER="claudinei@slitaz.org"
10 LICENSE="LGPL2.1"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl-glib perl-pango atk libcairo fontconfig freetype gdk-pixbuf \
18 glib gtk2 pango"
19 BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \
20 perl-extutils-pkgconfig gtk2-dev"
22 COPY_std="@std @dev"
24 compile_rules() {
25 cook_perl
26 }