add old ebuilds from svn ub0rlay
[ub0rlay.git] / sys-apps / sieca / sieca-3.1.010.ebuild
blob7ca5462c09468814ec9fd666754b689bc7963c59
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 DESCRIPTION="HiPath SIcurity Card API"
6 HOMEPAGE="http://www.cms.hu-berlin.de/dl/zertifizierung/SC/Einsatz/Install-Linux_html"
7 SRC_URI="ftp://hu-ftp.hu-berlin.de/pub/smartcard/Software/Linux/HiPath_SIcurity_Card_API_V3_1_010_Linux.tar.gz"
9 LICENSE="Siemens License"
10 SLOT="0"
11 KEYWORDS="x86"
12 IUSE=""
14 DEPEND=""
15 RDEPEND="sys-apps/pcsc-lite"
17 src_install() {
18 sed -i 's:/usr/local:/usr/share:' etc/*
19 insinto /etc
20 doins etc/*
21 dobin usr/local/bin/*
22 dolib usr/local/lib/*
23 insinto /usr/share/${PN}/scripts
24 doins usr/local/${PN}/scripts/*
26 einfo "link libpcsclite.so.0 to libpcsclite.so.1.0.0"