mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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
This commit is contained in:
parent
4e971ef798
commit
4ffadc2f70
1 changed files with 17 additions and 0 deletions
17
srcpkgs/perl-Gtk2/template
Normal file
17
srcpkgs/perl-Gtk2/template
Normal file
|
@ -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 <carlo.dormeletti@email.it>"
|
||||||
|
homepage="http://gtk2-perl.sourceforge.net/"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Gtk2-$version.tar.gz"
|
||||||
|
checksum=ab1315ff9553efc47b97e17d94065a8736402ef08b55dc3bf8264304ea375cd8
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue