diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2012-02-08 15:48:41 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2012-02-08 15:48:41 +0000 |
commit | a35056b937138e7284b4752dc1b49c160e65e21b (patch) | |
tree | e8dfc79fdbefb9d21938b5ff842378104733259b /app-emulation/libcacard | |
parent | Stable for HPPA (bug #400861). (diff) | |
download | historical-a35056b937138e7284b4752dc1b49c160e65e21b.tar.gz historical-a35056b937138e7284b4752dc1b49c160e65e21b.tar.bz2 historical-a35056b937138e7284b4752dc1b49c160e65e21b.zip |
Initial commit (ebuild written by me), optional requirement for spice.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/libcacard')
-rw-r--r-- | app-emulation/libcacard/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/libcacard/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/libcacard/libcacard-0.1.2.ebuild | 30 | ||||
-rw-r--r-- | app-emulation/libcacard/metadata.xml | 9 |
4 files changed, 63 insertions, 0 deletions
diff --git a/app-emulation/libcacard/ChangeLog b/app-emulation/libcacard/ChangeLog new file mode 100644 index 000000000000..72ad05510142 --- /dev/null +++ b/app-emulation/libcacard/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emulation/libcacard +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/ChangeLog,v 1.1 2012/02/08 15:48:41 dev-zero Exp $ + +*libcacard-0.1.2 (08 Feb 2012) + + 08 Feb 2012; Tiziano Müller <dev-zero@gentoo.org> +libcacard-0.1.2.ebuild, + +metadata.xml: + Initial commit (ebuild written by me), optional requirement for spice. + diff --git a/app-emulation/libcacard/Manifest b/app-emulation/libcacard/Manifest new file mode 100644 index 000000000000..591d5a8fa172 --- /dev/null +++ b/app-emulation/libcacard/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST libcacard-0.1.2.tar.bz2 276430 RMD160 0c69c1da689b786237dae04f0c948de2383b8bf9 SHA1 1448713eb9bc3d4454ae19d00f243b4ab9a22791 SHA256 ca100118865ee24f16cf39367f74434cddbbb003a12a1adc8645f3dc34791daf +EBUILD libcacard-0.1.2.ebuild 717 RMD160 238a05e2d9f6825833b0c1967d27309ec1f20608 SHA1 7a307c1524731ddd68af9768f45fa92383821f68 SHA256 119854b9dec110329b6f112d40e62c9915412e392a68b8db70819abe95fae42d +MISC ChangeLog 422 RMD160 db34b5a0072f345dbd57f2f57f760c0394bc0066 SHA1 a80ae037a978c84f41575ef32ed016b88728764b SHA256 6ef86641d835f8f83e5d43ad92f666b7fbfabcfd31dfd293ab9c08787b1e0bbc +MISC metadata.xml 272 RMD160 205027b5f3ef1cefd73c9b103da70885bdd0af9c SHA1 a3ccb1414906d3817e1278eb1d386e193dfaeb51 SHA256 d52be94b62df0e5c6939cfdd12370b98adad2fc8e4b58bdd1f9efbe40bf91753 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iEYEARECAAYFAk8ymWIACgkQGwVqY66cHjDxdwCePxfBmDYXHXtsJXMGRipbng/K +PN8AmwZZQjp0cfqt9Bvqu7nWfg9lLnfF +=dTze +-----END PGP SIGNATURE----- diff --git a/app-emulation/libcacard/libcacard-0.1.2.ebuild b/app-emulation/libcacard/libcacard-0.1.2.ebuild new file mode 100644 index 000000000000..46a919ebecb4 --- /dev/null +++ b/app-emulation/libcacard/libcacard-0.1.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.1 2012/02/08 15:48:41 dev-zero Exp $ + +EAPI=4 + +DESCRIPTION="Library for emulating CAC cards." +HOMEPAGE="http://spice-space.org/" +SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="static-libs" + +RDEPEND=">=dev-libs/nss-3.13 + >=sys-apps/pcsc-lite-1.8" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_configure() { + # --enable-passthru works only on W$ + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + use static-libs || rm "${D}"/usr/lib*/*.la +} diff --git a/app-emulation/libcacard/metadata.xml b/app-emulation/libcacard/metadata.xml new file mode 100644 index 000000000000..6804d7590f41 --- /dev/null +++ b/app-emulation/libcacard/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>virtualization</herd> + <maintainer> + <email>dev-zero@gentoo.org</email> + <name>Tiziano Müller</name> + </maintainer> +</pkgmetadata> |