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 | 052e2f8a71add6d9b2f43da3651e9676c7420753 (patch) | |
tree | d650af278dfa10ea8f988d5be2c9696c04a41af7 /games-util/joystick | |
parent | Marked ppc stable. (diff) | |
download | historical-052e2f8a71add6d9b2f43da3651e9676c7420753.tar.gz historical-052e2f8a71add6d9b2f43da3651e9676c7420753.tar.bz2 historical-052e2f8a71add6d9b2f43da3651e9676c7420753.zip |
initial import
Package-Manager: portage-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 | 14 | ||||
-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, 55 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..1890eb3b474d --- /dev/null +++ b/games-util/joystick/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 6b868923463284f9aac3e16ace631f2f joystick-20050720.ebuild 650 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 b2dd3d0e304e5a9b6534ae83a31fe1c9 ChangeLog 340 +MD5 329c2c6c17d30f706c38fb2d53108816 files/digest-joystick-20050720 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC3x2RgIKl8Uu19MoRAtFtAJ9wnen9NUU/lg1Zg1HQz9fanGIqWQCfUZfX +2istwFlju/cpRJ3gLT98Y0Y= +=Z6qA +-----END PGP SIGNATURE----- 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> |