[arch-commits] Commit in perl-unicode-string/repos (4 files)

Eric Bélanger eric at archlinux.org
Sat May 26 02:19:07 UTC 2012


    Date: Friday, May 25, 2012 @ 22:19:07
  Author: eric
Revision: 159688

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

Added:
  perl-unicode-string/repos/staging-i686/
  perl-unicode-string/repos/staging-i686/PKGBUILD
    (from rev 159687, perl-unicode-string/trunk/PKGBUILD)
  perl-unicode-string/repos/staging-x86_64/
  perl-unicode-string/repos/staging-x86_64/PKGBUILD
    (from rev 159687, perl-unicode-string/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: perl-unicode-string/repos/staging-i686/PKGBUILD (from rev 159687, perl-unicode-string/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-05-26 02:19:07 UTC (rev 159688)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: James Rayner <iphitus at gmail.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-unicode-string
+_realname=Unicode-String
+pkgver=2.09
+pkgrel=7
+pkgdesc="String of Unicode characters for perl (UCS2/UTF16)"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('553e68e603723bf7c631f8701ab0d678')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # in stall module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-unicode-string/repos/staging-x86_64/PKGBUILD (from rev 159687, perl-unicode-string/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-05-26 02:19:07 UTC (rev 159688)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: James Rayner <iphitus at gmail.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-unicode-string
+_realname=Unicode-String
+pkgver=2.09
+pkgrel=7
+pkgdesc="String of Unicode characters for perl (UCS2/UTF16)"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('553e68e603723bf7c631f8701ab0d678')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # in stall module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list