[arch-commits] Commit in perl-file-finder/repos (2 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 17 17:43:23 UTC 2015


    Date: Sunday, May 17, 2015 @ 19:43:22
  Author: jlichtblau
Revision: 133665

archrelease: copy trunk to community-testing-any

Added:
  perl-file-finder/repos/community-testing-any/
  perl-file-finder/repos/community-testing-any/PKGBUILD
    (from rev 133664, perl-file-finder/trunk/PKGBUILD)

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

Copied: perl-file-finder/repos/community-testing-any/PKGBUILD (from rev 133664, perl-file-finder/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-05-17 17:43:22 UTC (rev 133665)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 133655 2015-05-17 17:09:38Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Kaushal M <kshlmster at gmail.com>
+
+pkgname=perl-file-finder
+pkgver=0.53
+pkgrel=4
+pkgdesc="Perl/CPAN Module File::Finder"
+arch=('any')
+url='http://search.cpan.org/dist/File-Finder/'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ME/MERLYN/File-Finder-$pkgver.tar.gz)
+sha256sums=('2ecbc19ac67a9e635c872a807a8d3eaaff5babc054f15a191d47cdfc5f176a74')
+
+build() {
+  cd "${srcdir}"/File-Finder-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL installdirs=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}"/File-Finder-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



More information about the arch-commits mailing list