Added perl-Glib-1.221 template.
--HG-- extra : convert_revision : e5682c686d7d70588817ce67eaf74875ea8eada9
This commit is contained in:
parent
51b2ac7c68
commit
aa8c28e765
1 changed files with 21 additions and 0 deletions
21
templates/perl-Glib/template
Normal file
21
templates/perl-Glib/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue