[arch-commits] Commit in (4 files)

Giovanni Scafora giovanni at archlinux.org
Sat Feb 6 14:44:00 UTC 2010


    Date: Saturday, February 6, 2010 @ 09:43:59
  Author: giovanni
Revision: 67367

Added to extra as mythtv dep

Added:
  perl-io-stringy/
  perl-io-stringy/repos/
  perl-io-stringy/trunk/
  perl-io-stringy/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: perl-io-stringy/trunk/PKGBUILD
===================================================================
--- perl-io-stringy/trunk/PKGBUILD	                        (rev 0)
+++ perl-io-stringy/trunk/PKGBUILD	2010-02-06 14:43:59 UTC (rev 67367)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-io-stringy
+pkgver=2.110
+pkgrel=7
+pkgdesc="I/O on in-core objects like strings/arrays"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/IO-stringy"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DS/DSKOLL/IO-stringy-$pkgver.tar.gz) 
+md5sums=('2e6a976cfa5521e815c1fdf4006982de')
+
+build() {
+  cd  "${srcdir}/IO-stringy-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
+  make || return 1
+  make install DESTDIR="${pkgdir}" || return 1
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}




More information about the arch-commits mailing list