Subversion Repositories KardasA Overlay

Rev

Rev 35 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 kardasa 1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $ KardasA
4
 
5
EAPI="2"
6
 
7
inherit eutils
8
 
9
DESCRIPTION="Ventrilo on Wine PTT button controller"
10
HOMEPAGE=""
130 kardasa 11
SRC_URI="http://www.calebgray.com/uploads/ventriloctrl/${P}.zip
12
		 http://www.kardasa.pl/downloads/ventriloctrl/${P}.zip"
35 kardasa 13
SLOT="0"
14
LICENSE="as-is"
15
RESTRICT="mirror"
16
KEYWORDS="~amd64 ~x86"
17
IUSE=""
18
 
19
DEPEND=""
20
 
21
RDEPEND="${DEPEND}"
22
 
23
src_prepare() {
24
	epatch "${FILESDIR}"/prevent_afk.patch
25
}
26
 
27
src_install() {
28
	exeinto /usr/bin
29
	doexe "${PN}"
30
	dodoc README LICENCE
31
}