# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.1 2003/08/24 01:28:22 avenj Exp $ DESCRIPTION="Gnotepad+ is a simple HTML and text editor using the GTK Text Widget." SRC_URI="http://download.sourceforge.net/gnotepad/${P}.tar.gz" HOMEPAGE="http://gnotepad.sourceforge.net/" DEPEND="=x11-libs/gtk+-1.2*" RDEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" src_compile() { econf || die emake || die } src_install () { einstall || die }