Add ebuilds for touchegg, touchegg-gui and dependencies

This commit is contained in:
2014-01-03 20:49:16 +00:00
committed by layman
parent ccbf6d5727
commit da2925508a
15 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Event Emulation for the uTouch Stack"
SRC_URI="https://launchpad.net/evemu/trunk/evemu-${PV}/+download/evemu-${PV}.tar.gz"
HOMEPAGE="https://launchpad.net/utouch-evemu"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-3"
IUSE=""
S="${WORKDIR}/evemu-${PV}"
src_compile() {
pushd ${S}
econf
emake || die
popd
}
src_install() {
emake DESTDIR="${D}" install || die
}