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

Florian Pritz bluewind at archlinux.org
Sun May 27 07:44:03 UTC 2012


    Date: Sunday, May 27, 2012 @ 03:44:03
  Author: bluewind
Revision: 159923

db-move: moved perl-unicode-string from [staging] to [testing] (x86_64)

Added:
  perl-unicode-string/repos/testing-x86_64/
  perl-unicode-string/repos/testing-x86_64/PKGBUILD
    (from rev 159819, perl-unicode-string/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-unicode-string/repos/staging-x86_64/

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

Copied: perl-unicode-string/repos/testing-x86_64/PKGBUILD (from rev 159819, perl-unicode-string/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-05-27 07:44:03 UTC (rev 159923)
@@ -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