summaryrefslogtreecommitdiff
path: root/community/perl-io-string/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/perl-io-string/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/perl-io-string/PKGBUILD')
-rw-r--r--community/perl-io-string/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/perl-io-string/PKGBUILD b/community/perl-io-string/PKGBUILD
deleted file mode 100644
index 9f922b882..000000000
--- a/community/perl-io-string/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 65867 2012-02-22 13:10:41Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-io-string
-pkgver=1.08
-pkgrel=8
-pkgdesc="IO::File interface for in-core strings"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/IO-String"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-$pkgver.tar.gz)
-md5sums=('250e5424f290299fc3d6b5d1e9da3835')
-
-build() {
- cd $srcdir/IO-String-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
- make install DESTDIR=$pkgdir
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-}