Files
sablink-distro/x11-misc/easystroke/easystroke-0.5.2.ebuild
T
2010-02-07 21:03:37 +00:00

34 lines
812 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="Easystroke is a gesture-recognition application for X11."
HOMEPAGE="http://easystroke.wiki.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
# Boost 1.42 is not in Gentoo tree atm, released upstream, easystroek
# will fail to build without this however
DEPEND="dev-cpp/gtkmm
x11-libs/libXrandr
x11-apps/xinput
x11-libs/libXtst
dev-libs/boost:1.42
dev-libs/dbus-glib
dev-util/intltool"
RDEPEND="${DEPEND}"
src_compile() {
emake -j1 DESTDIR="${D}" PREFIX="/usr/" || die "emake failed!"
}
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed!"
}