summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-04 01:51:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-04 01:51:07 +0000
commit6c6ed530c623978c807a04e1c1ba5eceb2838104 (patch)
tree3d7449a7168226fc9bebaa2a9a64d285769e2d54 /app-misc/joymouse/joymouse-0.5.ebuild
parentupdate copyright (diff)
downloadgentoo-2-6c6ed530c623978c807a04e1c1ba5eceb2838104.tar.gz
gentoo-2-6c6ed530c623978c807a04e1c1ba5eceb2838104.tar.bz2
gentoo-2-6c6ed530c623978c807a04e1c1ba5eceb2838104.zip
Version bump #124879 by sascha hlusiak.
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'app-misc/joymouse/joymouse-0.5.ebuild')
-rw-r--r--app-misc/joymouse/joymouse-0.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/joymouse/joymouse-0.5.ebuild b/app-misc/joymouse/joymouse-0.5.ebuild
new file mode 100644
index 000000000000..8e2ccc07d9f8
--- /dev/null
+++ b/app-misc/joymouse/joymouse-0.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/joymouse/joymouse-0.5.ebuild,v 1.1 2006/03/04 01:51:07 vapier Exp $
+
+DESCRIPTION="An application that translates joystick events to mouse events"
+HOMEPAGE="http://sourceforge.net/projects/joymouse-linux"
+SRC_URI="mirror://sourceforge/joymouse-linux/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+
+src_install() {
+ make install DESTDIR="${D}" || die
+ dodoc AUTHORS README
+}