diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-21 03:58:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-21 03:58:57 +0000 |
commit | 53b33f73f9fc7257aa8e0e9cc81f0210eeb5a652 (patch) | |
tree | 5306f7c38773261878a48eadf55efa624326e0f1 /games-util/joystick | |
parent | Marked ppc stable. (diff) | |
download | gentoo-2-53b33f73f9fc7257aa8e0e9cc81f0210eeb5a652.tar.gz gentoo-2-53b33f73f9fc7257aa8e0e9cc81f0210eeb5a652.tar.bz2 gentoo-2-53b33f73f9fc7257aa8e0e9cc81f0210eeb5a652.zip |
initial import
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-util/joystick')
-rw-r--r-- | games-util/joystick/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/joystick/Manifest | 2 | ||||
-rw-r--r-- | games-util/joystick/files/digest-joystick-20050720 | 1 | ||||
-rw-r--r-- | games-util/joystick/joystick-20050720.ebuild | 27 | ||||
-rw-r--r-- | games-util/joystick/metadata.xml | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog new file mode 100644 index 000000000000..4b1f111e697b --- /dev/null +++ b/games-util/joystick/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-util/joystick +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.1 2005/07/21 03:58:57 vapier Exp $ + +*joystick-20050720 (20 Jul 2005) + + 20 Jul 2005; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest new file mode 100644 index 000000000000..eadf76ed3b47 --- /dev/null +++ b/games-util/joystick/Manifest @@ -0,0 +1,2 @@ +MD5 79cab08808fbd35c5ebd4fee574b6a45 joystick-20050720.ebuild 544 +MD5 329c2c6c17d30f706c38fb2d53108816 files/digest-joystick-20050720 69 diff --git a/games-util/joystick/files/digest-joystick-20050720 b/games-util/joystick/files/digest-joystick-20050720 new file mode 100644 index 000000000000..3f52e4ff707d --- /dev/null +++ b/games-util/joystick/files/digest-joystick-20050720 @@ -0,0 +1 @@ +MD5 51ff9dbe781be634e7470a9505754f4b joystick-20050720.tar.bz2 27187 diff --git a/games-util/joystick/joystick-20050720.ebuild b/games-util/joystick/joystick-20050720.ebuild new file mode 100644 index 000000000000..366180b2e75f --- /dev/null +++ b/games-util/joystick/joystick-20050720.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20050720.ebuild,v 1.1 2005/07/21 03:58:57 vapier Exp $ + +DESCRIPTION="joystick testing utilities" +HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~vojtech/input/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="sdl" + +DEPEND="sdl? ( media-libs/libsdl )" + +S=${WORKDIR}/utils + +src_compile() { + local SDL + use sdl && SDL=1 || SDL=0 + emake SDL=${SDL} || die +} + +src_install() { + dobin $(find . -type f -a -perm +1) || die "dobin" + dodoc README +} diff --git a/games-util/joystick/metadata.xml b/games-util/joystick/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-util/joystick/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |