]> Pileus Git - ~andy/sunrise/blob - app-misc/clpbar/clpbar-1.10.9.ebuild
dev-db/dabo: Add ~amd64 keyword, EAPI bump
[~andy/sunrise] / app-misc / clpbar / clpbar-1.10.9.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A simple command line progress bar written in C"
6 HOMEPAGE="http://clpbar.sourceforge.net/"
7 SRC_URI="mirror://sourceforge/clpbar/bar_${PV}.tar.gz"
8
9 LICENSE="GPL-1"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 S=${WORKDIR}/bar-${PV}
15
16 src_install() {
17         emake DESTDIR="${D}" install || die "Install failed"
18 }