diff options
author | 2003-03-01 01:10:33 +0000 | |
---|---|---|
committer | 2003-03-01 01:10:33 +0000 | |
commit | 8018073197dafd4027cacabb83019f58908ac1d3 (patch) | |
tree | 28ff00ad51b04aa2d8b132ea101f3e44e813c19b /app-misc/gtypist/gtypist-2.6.2.ebuild | |
parent | touchups (diff) | |
download | gentoo-2-8018073197dafd4027cacabb83019f58908ac1d3.tar.gz gentoo-2-8018073197dafd4027cacabb83019f58908ac1d3.tar.bz2 gentoo-2-8018073197dafd4027cacabb83019f58908ac1d3.zip |
touchups
Diffstat (limited to 'app-misc/gtypist/gtypist-2.6.2.ebuild')
-rw-r--r-- | app-misc/gtypist/gtypist-2.6.2.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/app-misc/gtypist/gtypist-2.6.2.ebuild b/app-misc/gtypist/gtypist-2.6.2.ebuild index 3757e214ef6a..8b9d962922d6 100644 --- a/app-misc/gtypist/gtypist-2.6.2.ebuild +++ b/app-misc/gtypist/gtypist-2.6.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.6.2.ebuild,v 1.3 2003/02/13 09:01:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.6.2.ebuild,v 1.4 2003/03/01 01:10:15 vapier Exp $ -DESCRIPTION="GNU Typist (also called gtypist) is a universal typing tutor." +DESCRIPTION="universal typing tutor" SRC_URI="mirror://gnu/gtypist/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" @@ -14,18 +14,10 @@ IUSE="nls" DEPEND=">=sys-libs/ncurses-5.2" src_compile() { - local myconf - - # gtypist uses a built in gettext - use nls \ - && myconf="--enable-nls" \ - || myconf="--disable-nls" - # gtypist also produces some Emacs/XEmacs editing modes if # emacs/xemacs is present. if emacs/xemacs is not present then # these emacs modes are not compiled or installed. - - econf ${myconf} + econf `use_enable nls` || die emake || die } |