diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-09-11 04:44:57 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-09-11 04:44:57 -0300 |
commit | ce26f8426ca91df05d248016a02f4d254c81f9e7 (patch) | |
tree | 479f9be8668d49f5cc88e2d4e91f86090569bc47 /pcr/perl-unicode-map | |
parent | fe3b0ae26acc520731008093da19f4ab0dcccc7a (diff) | |
download | abslibre-ce26f8426ca91df05d248016a02f4d254c81f9e7.tar.gz abslibre-ce26f8426ca91df05d248016a02f4d254c81f9e7.tar.bz2 abslibre-ce26f8426ca91df05d248016a02f4d254c81f9e7.zip |
perl-unicode-map: adding new package to [pcr] repo
Diffstat (limited to 'pcr/perl-unicode-map')
-rw-r--r-- | pcr/perl-unicode-map/PKGBUILD | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pcr/perl-unicode-map/PKGBUILD b/pcr/perl-unicode-map/PKGBUILD new file mode 100644 index 000000000..1d03e867d --- /dev/null +++ b/pcr/perl-unicode-map/PKGBUILD @@ -0,0 +1,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: |