diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 19:57:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 19:57:42 +0000 |
commit | e2e43d9577bc6d31aefbfaa1547c56b5aee3c807 (patch) | |
tree | e0d1b3b5d1671dbdbda8c386fa556cbd82b5d290 /games-arcade/ddrmat | |
parent | now called pydance (diff) | |
download | gentoo-2-e2e43d9577bc6d31aefbfaa1547c56b5aee3c807.tar.gz gentoo-2-e2e43d9577bc6d31aefbfaa1547c56b5aee3c807.tar.bz2 gentoo-2-e2e43d9577bc6d31aefbfaa1547c56b5aee3c807.zip |
initial ebuild #29498
Diffstat (limited to 'games-arcade/ddrmat')
-rw-r--r-- | games-arcade/ddrmat/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/ddrmat/ddrmat-0.9.ebuild | 37 | ||||
-rw-r--r-- | games-arcade/ddrmat/files/digest-ddrmat-0.9 | 1 | ||||
-rw-r--r-- | games-arcade/ddrmat/files/nvnet | 3 |
4 files changed, 49 insertions, 0 deletions
diff --git a/games-arcade/ddrmat/ChangeLog b/games-arcade/ddrmat/ChangeLog new file mode 100644 index 000000000000..c0ce343a4c13 --- /dev/null +++ b/games-arcade/ddrmat/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-arcade/ddrmat +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ChangeLog,v 1.1 2003/09/26 19:57:42 vapier Exp $ + +*ddrmat-0.9 (26 Sep 2003) + + 26 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Keith Constable <kccricket@mindless.com> #29498. diff --git a/games-arcade/ddrmat/ddrmat-0.9.ebuild b/games-arcade/ddrmat/ddrmat-0.9.ebuild new file mode 100644 index 000000000000..257faf450bd9 --- /dev/null +++ b/games-arcade/ddrmat/ddrmat-0.9.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.9.ebuild,v 1.1 2003/09/26 19:57:42 vapier Exp $ + +DESCRIPTION="Kernel module for parallel port Playstation joystick (i.e. DDR mats) adapters" +HOMEPAGE="http://www.icculus.org/pyddr/" +SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="${KV}" +KEYWORDS="x86" + +DEPEND="virtual/linux-sources" + +pkg_setup() { + [ ${KV:0:4} != "2.4." ] \ + && eerror "This package only works with 2.4.x kernels" \ + && die "Failed compile: incompatible kernel" +} + +src_compile() { + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README ChangeLog + insinto /etc/modules.d + doins ${FILESDIR}/nvnet +} + +pkg_postinst() { + [ "${ROOT}" == "/" ] && /sbin/update-modules + einfo "You can insert the ddrmat module via \"modprobe ddrmat gc=0,7\" or" + einfo "you can add \"ddrmat\" to your \"/etc/modules.autoload\" to load it" + einfo "when the system is started." +} diff --git a/games-arcade/ddrmat/files/digest-ddrmat-0.9 b/games-arcade/ddrmat/files/digest-ddrmat-0.9 new file mode 100644 index 000000000000..04e46bd6018d --- /dev/null +++ b/games-arcade/ddrmat/files/digest-ddrmat-0.9 @@ -0,0 +1 @@ +MD5 ba4e518b15b54b7e86b26b9f86c16829 ddrmat-0.9.tar.gz 11884 diff --git a/games-arcade/ddrmat/files/nvnet b/games-arcade/ddrmat/files/nvnet new file mode 100644 index 000000000000..bfb324ff016a --- /dev/null +++ b/games-arcade/ddrmat/files/nvnet @@ -0,0 +1,3 @@ +# According to the README, this is necessary; therefore, you probably don't +# want to modify it. +options ddrmat gc=0,7 |