diff options
Diffstat (limited to 'app-crypt/coolkey/coolkey-1.1.0-r1.ebuild')
-rw-r--r-- | app-crypt/coolkey/coolkey-1.1.0-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-crypt/coolkey/coolkey-1.1.0-r1.ebuild b/app-crypt/coolkey/coolkey-1.1.0-r1.ebuild deleted file mode 100644 index 17b57659f492..000000000000 --- a/app-crypt/coolkey/coolkey-1.1.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/coolkey/coolkey-1.1.0-r1.ebuild,v 1.3 2008/08/30 20:23:32 maekke Exp $ - -inherit eutils - -DESCRIPTION="Linux Driver support for the CoolKey and CAC products" -HOMEPAGE="http://directory.fedora.redhat.com/wiki/CoolKey" -SRC_URI="http://directory.fedora.redhat.com/download/coolkey/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug" -RDEPEND="sys-apps/pcsc-lite - sys-libs/zlib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-cache-move.patch" - epatch "${FILESDIR}/${P}-gcc-4.3.patch" -} - -src_compile() { - econf $(use_enable debug) || die "configure failed" - emake -j1 || die "make failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - diropts -m 1777 - keepdir /var/cache/coolkey -} |