diff options
author | 2011-08-06 22:56:54 +0200 | |
---|---|---|
committer | 2011-08-06 22:56:54 +0200 | |
commit | 05e2888845ef46a6851eeb8817811e7f2a5172f1 (patch) | |
tree | 01f71afdf31b80285ceaec7fe6dbb4f05a430ce5 /x11-apps/ginn | |
download | sabotageandi-05e2888845ef46a6851eeb8817811e7f2a5172f1.tar.gz sabotageandi-05e2888845ef46a6851eeb8817811e7f2a5172f1.tar.bz2 sabotageandi-05e2888845ef46a6851eeb8817811e7f2a5172f1.zip |
ebuild push
Diffstat (limited to 'x11-apps/ginn')
-rw-r--r-- | x11-apps/ginn/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/ginn/ginn-0.2.4.ebuild | 27 |
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-apps/ginn/Manifest b/x11-apps/ginn/Manifest new file mode 100644 index 0000000..49c8d34 --- /dev/null +++ b/x11-apps/ginn/Manifest @@ -0,0 +1,2 @@ +DIST ginn-0.2.4.tar.gz 310648 RMD160 f32c016d9edfa19173ce7e3a3a2fc1294b22351b SHA1 68027da2f37ce8c0794931265364321440440324 SHA256 44e64f81ade40fa8b094b69a51ad80fcc1c69407486cecd6b4e27a6aa91c9745 +EBUILD ginn-0.2.4.ebuild 541 RMD160 630e482ebd597d55ca44860f64f953276f1ee446 SHA1 9323198ec29e04753fd443d777da84e43e064958 SHA256 ae60e49e3fa7d746a731030a2441ba816c35772fa5f120ee140beef339ea8f2d diff --git a/x11-apps/ginn/ginn-0.2.4.ebuild b/x11-apps/ginn/ginn-0.2.4.ebuild new file mode 100644 index 0000000..44a73ca --- /dev/null +++ b/x11-apps/ginn/ginn-0.2.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Gesture Injector: No-GEIS, No-Toolkits" +SRC_URI="http://launchpad.net/ginn/0.x/${PV}/+download/ginn-${PV}.tar.gz" +HOMEPAGE="http://launchpad.net/canonical-multitouch/ginn" +KEYWORDS="~x86 ~amd64" +SLOT="0" +LICENSE="LGPL-3" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-libs/utouch-geis + x11-libs/bamf + " + +src_compile() { + econf + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + +} |