summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandy Westcott <brandy@gentoo.org>2003-10-20 11:14:00 +0000
committerBrandy Westcott <brandy@gentoo.org>2003-10-20 11:14:00 +0000
commit30deb18c62934dd58a65ba6dea6eacfbbd5a8ceb (patch)
treebca5c7ed39cbd22416cbb84c866d6096e47a1353 /app-text/reed/reed-5.4.ebuild
parentAddressing bug #27499 (diff)
downloadgentoo-2-30deb18c62934dd58a65ba6dea6eacfbbd5a8ceb.tar.gz
gentoo-2-30deb18c62934dd58a65ba6dea6eacfbbd5a8ceb.tar.bz2
gentoo-2-30deb18c62934dd58a65ba6dea6eacfbbd5a8ceb.zip
Added sys-libs/ncurses as a dependency; Allow the compile process to use CFLAGS.
Diffstat (limited to 'app-text/reed/reed-5.4.ebuild')
-rw-r--r--app-text/reed/reed-5.4.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/app-text/reed/reed-5.4.ebuild b/app-text/reed/reed-5.4.ebuild
index 2c2035435f55..c67230a78fd5 100644
--- a/app-text/reed/reed-5.4.ebuild
+++ b/app-text/reed/reed-5.4.ebuild
@@ -1,16 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v 1.1 2003/10/01 20:42:32 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v 1.2 2003/10/20 11:13:52 brandy Exp $
DESCRIPTION="This is a text pager (text file viewer), used to display etexts."
HOMEPAGE="http://www.sacredchao.net/software/reed/index.shtml"
SRC_URI=http://www.sacredchao.net/software/reed/${P}.tar.gz
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
+
IUSE=""
+DEPEND="sys-libs/ncurses"
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+ sed -i -e "s:-O2:\$(CFLAGS):" Makefile.in
+}
src_compile() {
./configures --prefix=/usr || die