From 51b2ac7c6864f9f68ba76a5fb069e66514452f8f Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Mon, 20 Apr 2009 04:32:57 +0200
Subject: [PATCH] Added perl-ExtUtils-PkgConfig-1.12 template.

--HG--
extra : convert_revision : 86355648613b47195018d532b4390111fd8022f6
---
 templates/perl-ExtUtils-PkgConfig/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 templates/perl-ExtUtils-PkgConfig/template

diff --git a/templates/perl-ExtUtils-PkgConfig/template b/templates/perl-ExtUtils-PkgConfig/template
new file mode 100644
index 00000000000..b033a67587b
--- /dev/null
+++ b/templates/perl-ExtUtils-PkgConfig/template
@@ -0,0 +1,20 @@
+# Template build file for 'perl-ExtUtils-PkgConfig'.
+pkgname=perl-ExtUtils-PkgConfig
+version=1.12
+wrksrc="ExtUtils-PkgConfig-$version"
+distfiles="${SOURCEFORGE_SITE}/gtk2-perl/ExtUtils-PkgConfig-$version.tar.gz"
+build_style=perl_module
+short_desc="Simplistic perl interface to pkg-config"
+maintainer="Juan RP <xtraeme@gmail.com>"
+checksum=6330b9d1165363837ac1ab014888e3d908f8fb9eb76b31a36096d0e504f6ff42
+long_desc="
+ The pkg-config program retrieves information about installed libraries,
+ usually for the purposes of compiling against and linking to them.
+
+ ExtUtils::PkgConfig is a very simplistic interface to this utility,
+ intended for use in the Makefile.PL of perl extensions which bind
+ libraries that pkg-config knows. It is really just boilerplate code
+ that you would've written yourself."
+
+Add_dependency full perl
+Add_dependency full pkg-config