summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/madedit/madedit-0.2.9.ebuild')
-rw-r--r--app-text/madedit/madedit-0.2.9.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-text/madedit/madedit-0.2.9.ebuild b/app-text/madedit/madedit-0.2.9.ebuild
new file mode 100644
index 0000000..1f06506
--- /dev/null
+++ b/app-text/madedit/madedit-0.2.9.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit base
+
+DESCRIPTION="MadEdit is an Open-Source and Cross-Platform Text/Hex Editor written in C++ and wxWidgets."
+HOMEPAGE="http://madedit.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=x11-libs/wxGTK-2.8"
+RDEPEND="${DEPEND}"