Date: Wednesday, August 1, 2018 @ 12:32:26 Author: bluewind Revision: 366839
archrelease: copy trunk to community-staging-x86_64 Added: perl-text-kakasi/repos/community-staging-x86_64/ perl-text-kakasi/repos/community-staging-x86_64/ChangeLog (from rev 366838, perl-text-kakasi/trunk/ChangeLog) perl-text-kakasi/repos/community-staging-x86_64/PKGBUILD (from rev 366838, perl-text-kakasi/trunk/PKGBUILD) -----------+ ChangeLog | 3 +++ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) Copied: perl-text-kakasi/repos/community-staging-x86_64/ChangeLog (from rev 366838, perl-text-kakasi/trunk/ChangeLog) =================================================================== --- community-staging-x86_64/ChangeLog (rev 0) +++ community-staging-x86_64/ChangeLog 2018-08-01 12:32:26 UTC (rev 366839) @@ -0,0 +1,3 @@ +2008-10-27 Allan McRae <al...@archlinux.org> + * perl-text-kakasi 2.04-4 + * fixed typo in depends Copied: perl-text-kakasi/repos/community-staging-x86_64/PKGBUILD (from rev 366838, perl-text-kakasi/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-08-01 12:32:26 UTC (rev 366839) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Allan McRae <mcrae_al...@hotmail.com> +# Contributor: François Charette <firmicus ατ gmx δοτ net> + +pkgname=perl-text-kakasi +pkgver=2.04 +pkgrel=17 +pkgdesc="Perl frontend to kakasi" +arch=('x86_64') +url="http://search.cpan.org/dist/Text-Kakasi" +license=('GPL' 'PerlArtistic') +depends=('perl' 'kakasi') +options=('!emptydirs') +source=("https://www.cpan.org/authors/id/D/DA/DANKOGAI/Text-Kakasi-${pkgver}.tar.gz") +sha256sums=('844c01e78ba4bfb89c0702995a86f488de7c29b40a75e7af0e4f39d55624dba0') + +build() { + cd Text-Kakasi-${pkgver} + + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + + make +} + +package() { + cd Text-Kakasi-${pkgver} + + make install DESTDIR="$pkgdir" + + find "$pkgdir" -name '.packlist' -delete + find "$pkgdir" -name '*.pod' -delete +}