summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/bar/bar-1.07.ebuild')
-rw-r--r--sys-apps/bar/bar-1.07.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/bar/bar-1.07.ebuild b/sys-apps/bar/bar-1.07.ebuild
new file mode 100644
index 000000000000..6ed9538d707e
--- /dev/null
+++ b/sys-apps/bar/bar-1.07.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.07.ebuild,v 1.1 2003/12/26 20:25:26 lanius Exp $
+
+DESCRIPTION="Console Progress Bar"
+HOMEPAGE="http://clpbar.sourceforge.net/"
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+SRC_URI="mirror://sourceforge/clpbar/${P}.tar.gz"
+DEPEND=">=sys-libs/ncurses-5.2"
+
+src_unpack() {
+ unpack ${A}
+ sed -i -e "s:CFLAGS = :CFLAGS=${CFLAGS}:" ${S}/Makefile.in
+}
+
+src_install() {
+ einstall
+}