# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" DESCRIPTION="Fast command line tool that converts MetaStock financial binary data to CSV/text" HOMEPAGE="https://github.com/rudimeier/atem/" SRC_URI="mirror://github/rudimeier/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_compile() { emake CFLAGS="${CFLAGS}" }