vp-build/templates/perl-Glib/template
Juan RP 2c53035fb7 Added support for extended pkgdep version matching.
xbps from launchpad head branch has gained support for extended
pkg version matching, as specified in:

https://blueprints.launchpad.net/xbps/+spec/improved-version-matching

Now it's required to specify the operator(s) for required versions
in the depends files and "Add_dependency" option in build templates.

xbps-src now requires xbps utils 20091107.

--HG--
extra : convert_revision : fc09fa707483a75e0b6f68445721fc1a9166cdad
2009-11-07 05:01:00 +01:00

22 lines
867 B
Plaintext

# Template build file for 'perl-Glib'.
pkgname=perl-Glib
version=1.221
wrksrc="Glib-$version"
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=6dd382eb27c228104d9265e0c3962f854dde5004c05e2793a2da0ec16da8399a
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 build perl-ExtUtils-Depends ">=0.300"
Add_dependency build perl-ExtUtils-PkgConfig ">=1.00"
Add_dependency full perl
Add_dependency full glib