app-laptop/nvidiabl: Remove useless maintainer <description/>
[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
4 EAPI=4
5 inherit autotools
6
7 DESCRIPTION="Daemon to disable trackpads while typing"
8 HOMEPAGE="https://github.com/BlueDragonX/dispad"
9 SRC_URI="https://github.com/BlueDragonX/dispad/tarball/v${PV/_/-} -> ${P}.tar.gz"
10
11 S="${WORKDIR}/BlueDragonX-dispad-dbb9be3"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~x86 ~amd64"
16 IUSE=""
17
18 DEPEND="x11-libs/libX11
19         x11-libs/libXi
20         dev-libs/confuse"
21 RDEPEND="${DEPEND}"
22
23 src_prepare() {
24         eautoreconf -i
25 }