summaryrefslogtreecommitdiff
path: root/pcr/libcacard/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 16:11:09 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 16:11:09 -0500
commit257721d322327988199800d48f49a8f0239f1eb8 (patch)
treeb3183085660d3e44e439a29dc6eb4b88125bebcf /pcr/libcacard/PKGBUILD
parent78ca68c15d36b0607c76ac653f52851ad95236d0 (diff)
downloadabslibre-257721d322327988199800d48f49a8f0239f1eb8.tar.gz
abslibre-257721d322327988199800d48f49a8f0239f1eb8.tar.bz2
abslibre-257721d322327988199800d48f49a8f0239f1eb8.zip
Removing packages. These packages are in extra repo
Diffstat (limited to 'pcr/libcacard/PKGBUILD')
-rw-r--r--pcr/libcacard/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/libcacard/PKGBUILD b/pcr/libcacard/PKGBUILD
deleted file mode 100644
index c624d7f07..000000000
--- a/pcr/libcacard/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor (Arch): Jameson Pugh <imntreal@gmail.com>
-# Maintainer : Parabola / GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=libcacard
-pkgver=0.1.2
-pkgrel=3
-pkgdesc="Virtual Smart Card Emulator"
-arch=('x86_64' 'i686')
-url="http://spice-space.org"
-license=('GPL')
-options=('!libtool')
-depends=('nss')
-source=(http://spice-space.org/download/libcacard/$pkgname-$pkgver.tar.bz2)
-md5sums=('ca61fd1d7feaa09e37011daac95c0168')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('ca61fd1d7feaa09e37011daac95c0168')