Date: Friday, May 25, 2012 @ 21:29:23
  Author: eric
Revision: 159683

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  perl-text-iconv/repos/staging-i686/
  perl-text-iconv/repos/staging-i686/PKGBUILD
    (from rev 159681, perl-text-iconv/trunk/PKGBUILD)
  perl-text-iconv/repos/staging-x86_64/
  perl-text-iconv/repos/staging-x86_64/PKGBUILD
    (from rev 159681, perl-text-iconv/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: perl-text-iconv/repos/staging-i686/PKGBUILD (from rev 159681, 
perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2012-05-26 01:29:23 UTC (rev 159683)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Francois Charette <firmi...@gmx.net>
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=7
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 159681, 
perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2012-05-26 01:29:23 UTC (rev 159683)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Francois Charette <firmi...@gmx.net>
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=7
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to