app-laptop/batti: x86 stable, bug #586462
[gentoo.git] / app-laptop / dispad / dispad-0.3.1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6 inherit autotools
7
8 DESCRIPTION="Daemon to disable trackpads while typing"
9 HOMEPAGE="https://github.com/BlueDragonX/dispad"
10 SRC_URI="https://github.com/BlueDragonX/dispad/tarball/v${PV/_/-} -> ${P}.tar.gz"
11
12 S="${WORKDIR}/BlueDragonX-dispad-dbb9be3"
13
14 LICENSE="GPL-2"
15 SLOT="0"
16 KEYWORDS="~x86 ~amd64"
17 IUSE=""
18
19 DEPEND="x11-libs/libX11
20         x11-libs/libXi
21         dev-libs/confuse"
22 RDEPEND="${DEPEND}"
23
24 src_prepare() {
25         eautoreconf -i
26 }