summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/perl_modules/perl-unicode-map/PKGBUILD
blob: 1d03e867d2789116fea900e3290b71e7460d02de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
# Contributor: Ross melin <rdmelin@gmail.com>

# Required by zoneminder

pkgname=perl-unicode-map
pkgver=0.112
pkgrel=2
pkgdesc="Unicode::Map"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~MSCHWARTZ/Unicode-Map"
license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-$pkgver.tar.gz) 
md5sums=('edaa8fc5ddf0e5d805e274283dd0625d')

build() {
  cd  $startdir/src/Unicode-Map-$pkgver
  eval `perl -V:archname`
  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL \
      INSTALLDIRS=vendor || return 1
  
  /usr/bin/make || return 1
  /usr/bin/make DESTDIR=$startdir/pkg install || return 1
  /usr/bin/find $startdir/pkg -name '.packlist' -delete
  /usr/bin/find $startdir/pkg -name '*.pod' -delete
}

# vim:set ts=2 sw=2 et: