2009-04-20 02:41:12 +00:00
|
|
|
# Template build file for 'perl-Glib'.
|
|
|
|
pkgname=perl-Glib
|
2012-05-18 15:54:08 +00:00
|
|
|
version=1.242
|
2013-11-23 10:57:36 +00:00
|
|
|
revision=2
|
2009-04-20 02:41:12 +00:00
|
|
|
wrksrc="Glib-$version"
|
2011-07-18 14:42:50 +00:00
|
|
|
build_style=perl-module
|
2013-11-23 10:57:36 +00:00
|
|
|
hostmakedepends="perl>=5.18"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="perl-ExtUtils-Depends>=0.300 perl-ExtUtils-PkgConfig>=1.00 glib-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="${hostmakedepends}"
|
2009-04-20 02:41:12 +00:00
|
|
|
short_desc="Perl bindings for Glib 2"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 09:13:30 +00:00
|
|
|
homepage="http://gtk2-perl.sourceforge.net/"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Glib-$version.tar.gz"
|
2012-05-18 15:54:08 +00:00
|
|
|
checksum=0ebb78bcb3d10c9564473b084ef2989cf86347c1ba4acd5e55bc6c46b6d08d78
|
2009-04-20 02:41:12 +00:00
|
|
|
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."
|