summaryrefslogtreecommitdiff
path: root/pcr/perl-unix-syslog
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/perl-unix-syslog
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/perl-unix-syslog')
-rw-r--r--pcr/perl-unix-syslog/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/perl-unix-syslog/PKGBUILD b/pcr/perl-unix-syslog/PKGBUILD
deleted file mode 100644
index 5f4acd962..000000000
--- a/pcr/perl-unix-syslog/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Justin Davis <jrcd83@gmail.com>
-# Generator : CPANPLUS::Dist::Arch 1.04
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO>
-
-pkgname='perl-unix-syslog'
-pkgver='1.1'
-pkgrel='1'
-pkgdesc="Interface to syslog functions in a C-library"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('glibc>=2.12.1' 'perl')
-url='http://search.cpan.org/dist/Unix-Syslog'
-source=('http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-1.1.tar.gz')
-
-build() {
- PERL=/usr/bin/perl
- DIST_DIR="${srcdir}/Unix-Syslog-1.1"
- export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
- MODULEBUILDRC=/dev/null
-
- { cd "$DIST_DIR" &&
- $PERL Makefile.PL &&
- make &&
- make test &&
- make install;
- } || return 1;
-
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}