# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A simple command line progress bar written in C" HOMEPAGE="http://clpbar.sourceforge.net/" SRC_URI="mirror://sourceforge/clpbar/bar_${PV}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" S=${WORKDIR}/bar-${PV} src_install() { emake DESTDIR="${D}" install || die "Install failed" }