summaryrefslogtreecommitdiff
path: root/community-staging/pcsc-perl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/pcsc-perl/PKGBUILD')
-rw-r--r--community-staging/pcsc-perl/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community-staging/pcsc-perl/PKGBUILD b/community-staging/pcsc-perl/PKGBUILD
deleted file mode 100644
index 7131cdf61..000000000
--- a/community-staging/pcsc-perl/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 71294 2012-05-26 12:15:03Z giovanni $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: neuromante <lorenzo.nizzi.grifi@gmail.com>
-# Contributor: marc0s <marc0s@fsfe.org>
-
-pkgname=pcsc-perl
-pkgver=1.4.12
-pkgrel=3
-pkgdesc="A Perl Module for PC/SC SmartCard access"
-arch=('i686' 'x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
-license=('GPL' 'PerlArtistic')
-depends=('pcsclite' 'perl')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('f34c5ab748815bf0b2e571362b4f8121')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # install module in vendor directories.
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}