diff options
Diffstat (limited to 'pcr/perl-unicode-gcstring/PKGBUILD')
-rw-r--r-- | pcr/perl-unicode-gcstring/PKGBUILD | 26 |
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') |