Add ebuilds for touchegg, touchegg-gui and dependencies
This commit is contained in:
42
x11-libs/utouch-geis/utouch-geis-2.2.16.ebuild
Normal file
42
x11-libs/utouch-geis/utouch-geis-2.2.16.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
inherit base
|
||||
|
||||
DESCRIPTION="An implementation of the GEIS (Gesture Engine Interface and Support) interface."
|
||||
SRC_URI="https://launchpad.net/geis/trunk/${PV}/+download/geis-${PV}.tar.gz"
|
||||
HOMEPAGE="https://launchpad.net/utouch-geis"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2 LGPL-3"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
x11-libs/utouch-grail"
|
||||
|
||||
S="${WORKDIR}/geis-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i 's/python3 >= 3.2/python-3.2 >= 3.2/g' "${S}/configure" || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
pushd ${S}
|
||||
econf || die
|
||||
popd
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
pushd ${S}
|
||||
econf
|
||||
emake || die
|
||||
popd
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user