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 | 5c9f65798bcd4fe2d5a2bc13478eaa37add0574e (patch) | |
tree | 5f754c83d0df4603868a68572e913c2846a76411 /app-misc/gtypist | |
parent | repoman'd (diff) | |
download | historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.gz historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.bz2 historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.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 } |