summaryrefslogtreecommitdiff
blob: 85bc6f0d91a2e9cfac48f1450282a1c11b5b1c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild,v 1.7 2002/11/18 10:42:46 hanno Exp $

DESCRIPTION="PSEmu plugin to use the keyboard as a gamepad"
HOMEPAGE="http://www.pcsx.net"
LICENSE="freedist"
KEYWORDS="x86 -ppc"
SLOT="0"
DEPEND="x11-libs/gtk+"
SRC_URI="http://linux.pcsx.net/downloads/plugins/padXwin-${PV}.tgz"
S=${WORKDIR}
IUSE=""

src_compile() {
	cd src
	( echo CFLAGS = ${CFLAGS}
	  sed 's/CFLAGS =/CFLAGS +=/' < Makefile ) >Makefile.gentoo
	emake -f Makefile.gentoo
}

src_install () {
	insinto /usr/lib/psemu/plugins
	doins src/libpad*
	chmod 755 ${D}/usr/lib/psemu/plugins/*
	dodoc ReadMe.txt
}