# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DL_NUM="1511" DESCRIPTION="Abstract SmartCard framework libraries" HOMEPAGE="http://alioth.debian.org/" SRC_URI="https://alioth.debian.org/download.php/${DL_NUM}/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { econf make } src_install() { make DESTDIR=${D} install }