# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils MY_PV="${PV/_p/-}" MY_P="${PN}-${MY_PV}" SLOT="0" LICENSE="LGPL-3" KEYWORDS="~amd64 ~x86" DESCRIPTION="Graphical interface to the Belgian Electronic Identity Card." SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}.src_tcm406-178483.tgz" HOMEPAGE="http://eid.belgium.be" RDEPEND=" virtual/jre sys-apps/pcsc-lite !app-crypt/eid-viewer-bin" DEPEND="${RDEPEND}" IUSE="" S="${WORKDIR}/${PN}-${PV/_*}" src_prepare() { sed -i -e 's:icons:pixmaps:' Makefile.in || die sed -i -e 's:Application;::' eid-viewer.desktop.sh.in || die }