diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-09-12 17:27:25 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-09-12 17:27:25 +0200 |
commit | e6a52ebf66f2b60ad1afb478bfe358514043b676 (patch) | |
tree | 7b7bd6feb01ddf1f0340523bd02903b57b76885e /pcr/perl-x10/PKGBUILD | |
parent | 678a7a4fb762d6669c9c2105b78d107aeebe163e (diff) | |
parent | 21c375ba65c4730e25cd0b135aff7811bf28c77a (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/haskell-html/PKGBUILD
community-staging/haskell-regex-base/PKGBUILD
community-staging/haskell-stm/PKGBUILD
community-staging/haskell-terminfo/PKGBUILD
extra/avahi/PKGBUILD
extra/elfutils/PKGBUILD
testing/util-linux/PKGBUILD
testing/util-linux/util-linux.install
Diffstat (limited to 'pcr/perl-x10/PKGBUILD')
-rw-r--r-- | pcr/perl-x10/PKGBUILD | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pcr/perl-x10/PKGBUILD b/pcr/perl-x10/PKGBUILD new file mode 100644 index 000000000..51283d599 --- /dev/null +++ b/pcr/perl-x10/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-x10 +pkgver=0.03 +pkgrel=2 +pkgdesc="X10" +arch=('i686' 'x86_64') +url="http://search.cpan.org/~ROBF/X10" +license=('GPL' 'PerlArtistic') +depends=('perl-astro-suntime>=0.01' 'perl-device-serialport' 'perl-time-modules') +options=('!emptydirs') +source=(http://www.cpan.org/authors/id/R/RO/ROBF/X10-$pkgver.tar.gz) +md5sums=('056b3d98fab545865148b948de6784c7') + +build() { + cd $startdir/src/X10-$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: |