summaryrefslogtreecommitdiff
path: root/community/perl-io-string/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-io-string/PKGBUILD')
-rw-r--r--community/perl-io-string/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/community/perl-io-string/PKGBUILD b/community/perl-io-string/PKGBUILD
index 76d116f9e..9f922b882 100644
--- a/community/perl-io-string/PKGBUILD
+++ b/community/perl-io-string/PKGBUILD
@@ -1,23 +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=7
+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)
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-$pkgver.tar.gz)
md5sums=('250e5424f290299fc3d6b5d1e9da3835')
build() {
- cd $startdir/src/IO-String-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ cd $srcdir/IO-String-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
- make install DESTDIR=$startdir/pkg
- find $startdir/pkg -name '.packlist' -delete
- find $startdir/pkg -name '*.pod' -delete
+ make install DESTDIR=$pkgdir
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name '*.pod' -delete
}