diff options
Diffstat (limited to 'app-text/reed/reed-5.4.ebuild')
-rw-r--r-- | app-text/reed/reed-5.4.ebuild | 10 |
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 |