# Copyright 1999-2008 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="x86"
IUSE=""

DEPEND=""
RDEPEND=""

S=${WORKDIR}/bar-${PV}

src_unpack() {
	unpack ${A}
	cd "${S}"
}

src_compile() {
	econf
}

src_install() {
	einstall
}