diff options
Diffstat (limited to 'x11-libs/utouch-evemu/utouch-evemu-1.0.5.ebuild')
-rw-r--r-- | x11-libs/utouch-evemu/utouch-evemu-1.0.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/utouch-evemu/utouch-evemu-1.0.5.ebuild b/x11-libs/utouch-evemu/utouch-evemu-1.0.5.ebuild new file mode 100644 index 0000000..e43c1b1 --- /dev/null +++ b/x11-libs/utouch-evemu/utouch-evemu-1.0.5.ebuild @@ -0,0 +1,21 @@ +# 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="http://launchpad.net/utouch-evemu/trunk/v${PV}/+download/utouch-evemu-${PV}.tar.gz" +HOMEPAGE="https://launchpad.net/utouch-evemu" +KEYWORDS="~x86 ~amd64" +SLOT="0" +LICENSE="GPL-3" +IUSE="" + +src_compile() { + econf + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + +} |