summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-12-09 20:22:19 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-12-09 20:22:19 +0000
commit20dba7d22d93ec558e87331d255f16011c19df49 (patch)
tree44b8169ad48ee0982c51ae7e941e007b5e829a4e /app-misc/tipptrainer/tipptrainer-0.6.0.ebuild
parentRenaming profile to make more sense. (diff)
downloadhistorical-20dba7d22d93ec558e87331d255f16011c19df49.tar.gz
historical-20dba7d22d93ec558e87331d255f16011c19df49.tar.bz2
historical-20dba7d22d93ec558e87331d255f16011c19df49.zip
Version bump.
Diffstat (limited to 'app-misc/tipptrainer/tipptrainer-0.6.0.ebuild')
-rw-r--r--app-misc/tipptrainer/tipptrainer-0.6.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/tipptrainer/tipptrainer-0.6.0.ebuild b/app-misc/tipptrainer/tipptrainer-0.6.0.ebuild
new file mode 100644
index 000000000000..8a0974a7b961
--- /dev/null
+++ b/app-misc/tipptrainer/tipptrainer-0.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tipptrainer/tipptrainer-0.6.0.ebuild,v 1.1 2004/12/09 20:22:19 pythonhead Exp $
+
+DESCRIPTION="A touch typing trainer (German/English)"
+HOMEPAGE="http://www.pingos.org/tipptrainer/index.php"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+RESTRICT="nomirror"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+DEPEND=">=dev-libs/glib-1.2.7
+ >=x11-libs/wxGTK-2.4.2"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "einstall failed"
+}