diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
commit | 39ea082f805aadb68b8ed62571f833b97c79dd60 (patch) | |
tree | bbda3458bf22d54feeacdc2c440c9ee82ab522cc /app-misc/gtypist | |
parent | repoman'd (diff) | |
download | gentoo-2-39ea082f805aadb68b8ed62571f833b97c79dd60.tar.gz gentoo-2-39ea082f805aadb68b8ed62571f833b97c79dd60.tar.bz2 gentoo-2-39ea082f805aadb68b8ed62571f833b97c79dd60.zip |
repoman'd
Diffstat (limited to 'app-misc/gtypist')
-rw-r--r-- | app-misc/gtypist/gtypist-2.5.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/app-misc/gtypist/gtypist-2.5.ebuild b/app-misc/gtypist/gtypist-2.5.ebuild index b5705da59d4e..2bbeff39acc2 100644 --- a/app-misc/gtypist/gtypist-2.5.ebuild +++ b/app-misc/gtypist/gtypist-2.5.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.3 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.4 2002/07/25 17:20:01 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Typist (also called gtypist) is a universal typing tutor." SRC_URI="ftp://ftp.gnu.org/gnu/gtypist/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=sys-libs/ncurses-5.2" src_compile() { local myconf @@ -21,12 +24,7 @@ src_compile() { # emacs/xemacs is present. if emacs/xemacs is not present then # these emacs modes are not compiled or installed. - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} || die "./configure failed" + econf ${myconf} || die "./configure failed" emake || die } |