[arch-commits] Commit in perl-extutils-pkgconfig/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 09:19:22 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:19:21
  Author: bluewind
Revision: 297161

archrelease: copy trunk to staging-any

Added:
  perl-extutils-pkgconfig/repos/staging-any/
  perl-extutils-pkgconfig/repos/staging-any/PKGBUILD
    (from rev 297160, perl-extutils-pkgconfig/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: perl-extutils-pkgconfig/repos/staging-any/PKGBUILD (from rev 297160, perl-extutils-pkgconfig/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 09:19:21 UTC (rev 297161)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=perl-extutils-pkgconfig
+pkgver=1.16
+pkgrel=2
+pkgdesc="The Perl Pkgconfig module"
+arch=('any')
+url="http://gtk2-perl.sourceforge.net/"
+license=('LGPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-$pkgver.tar.gz")
+md5sums=('b86318f2b6ac6af3ee985299e1e38fe5')
+
+build() {
+  cd ExtUtils-PkgConfig-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-PkgConfig-${pkgver}
+  make test
+}
+
+package() {
+  cd ExtUtils-PkgConfig-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list