From 4ffadc2f70fc5d5cd79c0063286a41a2d574ec8e Mon Sep 17 00:00:00 2001 From: onekk Date: Sat, 24 May 2014 08:46:33 +0200 Subject: [PATCH] New Packages: perl-Gtk2 perl binding for Gtk2 correctly building, I've polluted another time my local install this time it will pull the packages perl-Cairo and perl-Pango from hostdir and made a mess in my testing, maybe an options: "xbps-src sanitize" that will clean all the building environment wil have avoided this error, it's only an idea. It's my fault sorry regards Carlo --- srcpkgs/perl-Gtk2/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/perl-Gtk2/template diff --git a/srcpkgs/perl-Gtk2/template b/srcpkgs/perl-Gtk2/template new file mode 100644 index 0000000000..528953ac96 --- /dev/null +++ b/srcpkgs/perl-Gtk2/template @@ -0,0 +1,17 @@ +# Template build file for 'perl-Gtk2'. +pkgname=perl-Gtk2 +version=1.2491 +revision=1 +wrksrc="Gtk2-$version" +build_style=perl-module +hostmakedepends="perl>=5.18" +makedepends="perl-ExtUtils-Depends>=0.300 perl-ExtUtils-PkgConfig>=1.03 gtk+-devel perl-Pango" +depends="perl>=5.18 perl-Pango" +short_desc="Perl bindings for Gtk2" +maintainer="Carlo Dormeletti " +homepage="http://gtk2-perl.sourceforge.net/" +license="LGPL-2.1" +distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Gtk2-$version.tar.gz" +checksum=ab1315ff9553efc47b97e17d94065a8736402ef08b55dc3bf8264304ea375cd8 + +