[arch-commits] Commit in perl-unicode-string/repos (3 files)
Florian Pritz
bluewind at archlinux.org
Sun May 27 07:44:02 UTC 2012
Date: Sunday, May 27, 2012 @ 03:44:02
Author: bluewind
Revision: 159922
db-move: moved perl-unicode-string from [staging] to [testing] (i686)
Added:
perl-unicode-string/repos/testing-i686/
perl-unicode-string/repos/testing-i686/PKGBUILD
(from rev 159819, perl-unicode-string/repos/staging-i686/PKGBUILD)
Deleted:
perl-unicode-string/repos/staging-i686/
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: perl-unicode-string/repos/testing-i686/PKGBUILD (from rev 159819, perl-unicode-string/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-05-27 07:44:02 UTC (rev 159922)
@@ -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