diff options
Diffstat (limited to 'app-misc/ithought/ithought-0.0.5-r1.ebuild')
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index a13bc45cca7c..4ea969d1081a 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r1.ebuild @@ -1,6 +1,6 @@ # 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/ithought/ithought-0.0.5-r1.ebuild,v 1.5 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.6 2002/07/25 17:20:01 seemant Exp $ #emerge doesn't yet support things like a5 @@ -10,18 +10,19 @@ DESCRIPTION="An internet-aware personal thought manager" SRC_URI="http://download.sourceforge.net/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://ithought.sourceforge.net" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="=x11-libs/gtk+-1.2* dev-libs/libxml2" src_compile() { - econf || die emake || die - } src_install () { - make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } |