diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/perl-io-string/PKGBUILD | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/perl-io-string/PKGBUILD')
-rw-r--r-- | community/perl-io-string/PKGBUILD | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/community/perl-io-string/PKGBUILD b/community/perl-io-string/PKGBUILD new file mode 100644 index 000000000..9f922b882 --- /dev/null +++ b/community/perl-io-string/PKGBUILD @@ -0,0 +1,25 @@ +# $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 +} |