updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / perl-unicode-collate / PKGBUILD
bloba1a4b7f84dec34902268aa943e3e2c1c871c9568
1 # Contributor: Justin Davis <jrcd83@gmail.com>
2 # Generator  : CPANPLUS::Dist::Arch 1.19
4 pkgname='perl-unicode-collate'
5 pkgver='0.87'
6 pkgrel='1'
7 pkgdesc="Unicode Collation Algorithm"
8 arch=('i686' 'x86_64')
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl')
12 makedepends=()
13 url='http://search.cpan.org/dist/Unicode-Collate'
14 source=('http://search.cpan.org/CPAN/authors/id/S/SA/SADAHIRO/Unicode-Collate-0.87.tar.gz')
15 md5sums=('05454ee9d505d04b5e05242cb5d70701')
16 sha512sums=('075bd18f12638776749ae43bfc11251104a6a313289c81ec76ab2f4e2211356e085e039230729b1b48f2836f3024f48d9a0f544332864479c759dfbd74b67f9e')
17 _distdir="${srcdir}/Unicode-Collate-0.87"
19 build() {
20   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
21       PERL_AUTOINSTALL=--skipdeps                            \
22       PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
23       PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
24       MODULEBUILDRC=/dev/null
26     cd "$_distdir"
27     /usr/bin/perl Makefile.PL
28     make
29   )
32 check() {
33   cd "$_distdir"
34   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
35     make test
36   )
39 package() {
40   cd "$_distdir"
41   make install
42   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
45 # Local Variables:
46 # mode: shell-script
47 # sh-basic-offset: 2
48 # End:
49 # vim:set ts=2 sw=2 et: