summaryrefslogtreecommitdiff
path: root/community/perl-device-serialport/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/perl-device-serialport/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/perl-device-serialport/PKGBUILD')
-rw-r--r--community/perl-device-serialport/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/perl-device-serialport/PKGBUILD b/community/perl-device-serialport/PKGBUILD
deleted file mode 100644
index 3305d0af1..000000000
--- a/community/perl-device-serialport/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 91668 2013-05-26 09:25:04Z bluewind $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Ross melin <rdmelin@gmail.com>
-
-pkgname=perl-device-serialport
-pkgver=1.04
-pkgrel=5
-pkgdesc="POSIX clone of Win32::SerialPort"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Device-SerialPort"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
-md5sums=('82c698151f934eb28c65d1838cee7d9e')
-
-build() {
- cd $srcdir/Device-SerialPort-$pkgver
- eval `perl -V:archname`
- PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd $srcdir/Device-SerialPort-$pkgver
- make DESTDIR=$pkgdir install
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-}