void-packages/srcpkgs/perl-Glib/template
2012-05-18 17:54:08 +02:00

23 lines
938 B
Text

# Template build file for 'perl-Glib'.
pkgname=perl-Glib
version=1.242
wrksrc="Glib-$version"
homepage="http://gtk2-perl.sourceforge.net/"
license="LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Glib-$version.tar.gz"
build_style=perl-module
short_desc="Perl bindings for Glib 2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0ebb78bcb3d10c9564473b084ef2989cf86347c1ba4acd5e55bc6c46b6d08d78
long_desc="
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects."
Add_dependency full perl
Add_dependency build perl-ExtUtils-Depends ">=0.300"
Add_dependency build perl-ExtUtils-PkgConfig ">=1.00"
Add_dependency build glib-devel