[arch-commits] Commit in (4 files)

Giovanni Scafora giovanni at archlinux.org
Sun Feb 7 13:00:25 UTC 2010


    Date: Sunday, February 7, 2010 @ 08:00:25
  Author: giovanni
Revision: 67494

Added as dep of perl-date-manip

Added:
  perl-storable/
  perl-storable/repos/
  perl-storable/trunk/
  perl-storable/trunk/PKGBUILD

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

Added: perl-storable/trunk/PKGBUILD
===================================================================
--- perl-storable/trunk/PKGBUILD	                        (rev 0)
+++ perl-storable/trunk/PKGBUILD	2010-02-07 13:00:25 UTC (rev 67494)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+# Contributor: Georg Grabler (STiAT) <ggrabler at gmail.com>
+
+pkgname=perl-storable
+pkgver=2.21
+pkgrel=1
+pkgdesc="Storable - persistence for Perl data structures"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Storable"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AM/AMS/Storable-$pkgver.tar.gz)
+md5sums=('9256904c73d8fe393b90b9b5f219f0a6')
+
+build() {
+  cd "${srcdir}/Storable-${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
+}


Property changes on: perl-storable/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list