--- pinfo-0.6.3.ebuild Sun Nov 11 16:10:20 2001 +++ pinfo-0.6.5.2.ebuild Tue Mar 12 12:06:39 2002 @@ -1,19 +1,25 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg -# /space/gentoo/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.3.ebuild,v 1.1 2001/11/11 22:10:20 karltk Exp -S=${WORKDIR}/${P} +S=${WORKDIR}/${PN}-0.6.5p2 DESCRIPTION="Hypertext info and man viewer based on (n)curses" -SRC_URI="http://zeus.polsl.gliwice.pl/~pborys/stable-version/pinfo-0.6.3.tar.gz" +SRC_URI="http://zeus.polsl.gliwice.pl/~pborys/stable-version/pinfo-0.6.5p2.tar.gz" HOMEPAGE="http://zeus.polsl.gliwice.pl/~pborys/" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 >=sys-devel/gettext-0.10.39 - >=sys-devel/bison-1.28" + >=sys-devel/bison-1.28 + nls? ( sys-devel/gettext )" src_compile() { local myconf + + if [ -z "`use nls`" ] ; then + myconf="${myconf} --disable-nls" + else + myconf="${myconf} -- enable-nls" + fi if [ "`use readline`" ] ; then myconf="$myconf --with-readline" fi