| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.3.2.ebuild,v 1.4 2012/08/11 21:26:46 ago Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
DESCRIPTION="LXDE keyboard and mouse configuration tool"
|
| 8 |
HOMEPAGE="http://lxde.sourceforge.net/"
|
| 9 |
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="~alpha amd64 arm ppc x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND="dev-libs/glib:2
|
| 17 |
x11-libs/gtk+:2"
|
| 18 |
DEPEND="${RDEPEND}
|
| 19 |
sys-devel/gettext
|
| 20 |
virtual/pkgconfig
|
| 21 |
>=dev-util/intltool-0.40.0"
|