summaryrefslogtreecommitdiff
path: root/community/perl-io-dirent/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/perl-io-dirent/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/perl-io-dirent/PKGBUILD')
-rw-r--r--community/perl-io-dirent/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/perl-io-dirent/PKGBUILD b/community/perl-io-dirent/PKGBUILD
deleted file mode 100644
index 9a2de7e7f..000000000
--- a/community/perl-io-dirent/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 91681 2013-05-26 09:25:30Z bluewind $
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-io-dirent
-pkgver=0.05
-pkgrel=3
-pkgdesc='Perl IO::Dirent module - Access to dirent structs returned by readdir'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url='http://search.cpan.org/~scottw/IO-Dirent/'
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCOTTW/IO-Dirent-$pkgver.tar.gz")
-md5sums=('248ab22c31a310c3482fd99592ae550c')
-
-build() {
- cd IO-Dirent-$pkgver
- USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd IO-Dirent-$pkgver
- make test
-}
-
-package() {
- cd IO-Dirent-$pkgver
- make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et: