diff options
Diffstat (limited to 'app-editors/gnotepad+/gnotepad+-1.3.3.ebuild')
-rw-r--r-- | app-editors/gnotepad+/gnotepad+-1.3.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild new file mode 100644 index 000000000000..1bd9d7e2e53e --- /dev/null +++ b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild @@ -0,0 +1,21 @@ +# 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 +} |