From 07ecc2e93d517866b0d06bdb7028da8bf04798b4 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 13 Aug 2016 16:36:05 +0200 Subject: [PATCH] New package: perl-ExtUtils-Config-0.008 --- srcpkgs/perl-ExtUtils-Config/template | 16 ++++++++++++++++ srcpkgs/perl-ExtUtils-Config/update | 1 + 2 files changed, 17 insertions(+) create mode 100644 srcpkgs/perl-ExtUtils-Config/template create mode 100644 srcpkgs/perl-ExtUtils-Config/update diff --git a/srcpkgs/perl-ExtUtils-Config/template b/srcpkgs/perl-ExtUtils-Config/template new file mode 100644 index 0000000000..233a422da3 --- /dev/null +++ b/srcpkgs/perl-ExtUtils-Config/template @@ -0,0 +1,16 @@ +# Template file for 'perl-ExtUtils-Config' +pkgname=perl-ExtUtils-Config +version=0.008 +revision=1 +noarch=yes +wrksrc="${pkgname/perl-/}-${version}" +build_style=perl-module +hostmakedepends="perl" +makedepends="${hostmakedepends}" +depends="${makedepends}" +short_desc="ExtUtils::Config - A wrapper for perl's configuration" +maintainer="Christian Neukirchen " +homepage="http://search.cpan.org/dist/ExtUtils-Config/" +license="Artistic, GPL-1" +distfiles="${CPAN_SITE}/ExtUtils/${pkgname/perl-/}-${version}.tar.gz" +checksum=ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c diff --git a/srcpkgs/perl-ExtUtils-Config/update b/srcpkgs/perl-ExtUtils-Config/update new file mode 100644 index 0000000000..c25f1eea62 --- /dev/null +++ b/srcpkgs/perl-ExtUtils-Config/update @@ -0,0 +1 @@ +pkgname="${pkgname/perl-/}"