diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-02-14 20:58:00 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-02-14 20:58:00 +0000 |
commit | 17d9ef502e7670b820f3e3d3d4e55d6c580b5115 (patch) | |
tree | 5920c086d5f948df0a02796355592f868be0c107 /app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild | |
parent | Fixup for pcsc-lite-1.4 (diff) | |
download | gentoo-2-17d9ef502e7670b820f3e3d3d4e55d6c580b5115.tar.gz gentoo-2-17d9ef502e7670b820f3e3d3d4e55d6c580b5115.tar.bz2 gentoo-2-17d9ef502e7670b820f3e3d3d4e55d6c580b5115.zip |
Fixup for pcsc-lite-1.4
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild')
-rw-r--r-- | app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild index c94872e1d17f..c77d3d5776cc 100644 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.2 2007/01/24 16:47:57 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.3 2007/02/14 20:58:00 alonbl Exp $ DESCRIPTION="ASEDriveIIIe Serial Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -13,6 +13,17 @@ RDEPEND=">=sys-apps/pcsc-lite-1.3.0 DEPEND="dev-util/pkgconfig ${RDEPEND}" +src_unpack() { + unpack ${A} + cd "${S}" + rm ifdhandler.h +} + +src_compile() { + CFLAGS="${CFLAGS} -DIFDHANDLERv2" econf || die + emake || die +} + src_install() { local conf="/etc/reader.conf.d/${PN}.conf" |