[arch-commits] Commit in perl-module-build/repos (extra-any extra-any/PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Aug 9 23:13:53 UTC 2012


    Date: Thursday, August 9, 2012 @ 19:13:53
  Author: heftig
Revision: 165068

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/
  perl-module-build/repos/extra-any/PKGBUILD
    (from rev 165067, perl-module-build/trunk/PKGBUILD)

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

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 165067, perl-module-build/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-08-09 23:13:53 UTC (rev 165068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor : Alan Young <harleypig at gmail.com>
+
+pkgname=perl-module-build
+pkgver=0.40
+pkgrel=3
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/Module-Build'
+depends=('perl>=5.6.1')
+options=('!emptydirs')
+source=('http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-0.40.tar.gz')
+md5sums=('7ef4a7d968cbcd2ab7286b834f885142')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+  #find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}




More information about the arch-commits mailing list