blob: 85dbc4366f778b08371f7b5a20c8ea39dca8c8c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild,v 1.3 2009/11/05 22:54:58 remi Exp $
inherit x-modular
DESCRIPTION="Driver for Wacom tablets and drawing devices"
LICENSE="GPL-2"
EGIT_REPO_URI="git://anongit.freedesktop.org/~whot/xf86-input-wacom"
[[ ${PV} != 9999* ]] && \
SRC_URI="http://people.freedesktop.org/~whot/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug"
RDEPEND=">=x11-base/xorg-server-1.6"
DEPEND="${RDEPEND}
x11-proto/inputproto
x11-proto/xproto"
pkg_setup() {
CONFIGURE_OPTIONS="$(use_enable debug)"
}
|