summaryrefslogtreecommitdiff
path: root/pcr/perl-unicode-gcstring
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 04:11:20 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 04:11:20 -0300
commit6cbb4856878cd40a98b794d44c499ce24919ba9f (patch)
tree2519e02c824ebe19f49bca9c9e45c7d8542af72a /pcr/perl-unicode-gcstring
parentb9c634c914000edcc3faba77b668a883582c386c (diff)
add and update perl-* packages
Diffstat (limited to 'pcr/perl-unicode-gcstring')
-rw-r--r--pcr/perl-unicode-gcstring/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/perl-unicode-gcstring/PKGBUILD b/pcr/perl-unicode-gcstring/PKGBUILD
new file mode 100644
index 000000000..7bbc010f2
--- /dev/null
+++ b/pcr/perl-unicode-gcstring/PKGBUILD
@@ -0,0 +1,26 @@
+# Contributor (Arch): Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
+# Contributor : Márcio Silva <coadde@parabola.nu>
+
+pkgname=perl-unicode-gcstring
+pkgver=2014.06
+pkgrel=1
+pkgdesc="Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters"
+arch=('any')
+url="http://search.cpan.org/dist/Unicode-LineBreak"
+license=('GPL2')
+depends=('perl' 'perl-mime-charset')
+options=(!emptydirs !zipman)
+source=("http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/Unicode-LineBreak-$pkgver.tar.gz")
+
+build() {
+ cd "$srcdir/Unicode-LineBreak-$pkgver"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL
+ make
+}
+
+package() {
+ cd "$srcdir/Unicode-LineBreak-$pkgver"
+ make DESTDIR=$pkgdir install
+}
+
+md5sums=('ace93f0209986f7f2c0fa926722bdbbd')