summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-09 21:06:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-09 21:06:30 -0500
commitb5c032e7d77be68a7274445ff359f7d2d11003e6 (patch)
treee37cd27020d4ac66f2fa73f4c4d51ef9e666e0ab /pcr
parent95f5aea978b8820bfe36913e0337364e11217f1a (diff)
Removing perl-file-find-rule: This package is in [extra] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/perl-file-find-rule/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/perl-file-find-rule/PKGBUILD b/pcr/perl-file-find-rule/PKGBUILD
deleted file mode 100644
index 98aa40639..000000000
--- a/pcr/perl-file-find-rule/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor (Arch): Blaž Tomažič <blaz.tomazic@gmail.com>
-# Maintainer: Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-# Contributor: Márcio Silva <coadde@parabola.nu>
-
-pkgname=perl-file-find-rule
-_realname=File-Find-Rule
-pkgver=0.34
-pkgrel=1
-pkgdesc="Perl/CPAN Module File::Find::Rule."
-arch=('i686' 'x86_64')
-license=('GPL1')
-url="http://search.cpan.org/dist/File-Find-Rule"
-depends=('perl-text-glob' 'perl-number-compare' 'perl')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/${_realname}-${pkgver}.tar.gz)
-md5sums=('a7aa9ad4d8ee87b2a77b8e3722768712')
-
-build() {
- cd $srcdir/${_realname}-$pkgver
- # install module in vendor directories.
- perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
-}
-
-package() {
- cd $srcdir/${_realname}-$pkgver
- make install DESTDIR=$pkgdir || return 1
-
- # remove perllocal.pod and .packlist
- find $pkgdir -name perllocal.pod -delete
- find $pkgdir -name .packlist -delete
-}
-