/[gentoo-x86]/app-laptop/dispad/dispad-0.3.ebuild
Gentoo

Contents of /app-laptop/dispad/dispad-0.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Aug 3 01:16:53 2012 UTC (9 months, 3 weeks ago) by jsbronder
Branch: MAIN
CVS Tags: HEAD
add app-laptop/dispad

(Portage version: 2.1.10.65/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
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-6e96d0d"
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 }

  ViewVC Help
Powered by ViewVC 1.1.13