summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Willich <sabotageandi@gmail.com>2011-08-06 22:56:54 +0200
committerAndreas Willich <sabotageandi@gmail.com>2011-08-06 22:56:54 +0200
commit05e2888845ef46a6851eeb8817811e7f2a5172f1 (patch)
tree01f71afdf31b80285ceaec7fe6dbb4f05a430ce5 /x11-libs/mtdev
downloadsabotageandi-05e2888845ef46a6851eeb8817811e7f2a5172f1.tar.gz
sabotageandi-05e2888845ef46a6851eeb8817811e7f2a5172f1.tar.bz2
sabotageandi-05e2888845ef46a6851eeb8817811e7f2a5172f1.zip
ebuild push
Diffstat (limited to 'x11-libs/mtdev')
-rw-r--r--x11-libs/mtdev/Manifest2
-rw-r--r--x11-libs/mtdev/mtdev-1.1.0.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/mtdev/Manifest b/x11-libs/mtdev/Manifest
new file mode 100644
index 0000000..5bada69
--- /dev/null
+++ b/x11-libs/mtdev/Manifest
@@ -0,0 +1,2 @@
+DIST mtdev-1.1.0.tar.gz 300940 RMD160 0ca9bb0c6a6134234989d5139b7120e16ade6fa1 SHA1 27b047394a7284e6f357b2ef6e9ac32460f60063 SHA256 8453424c52d8251aab2cf2a554bdc96b478f27be73f23ca6e9c3bf9fb7f0b392
+EBUILD mtdev-1.1.0.ebuild 459 RMD160 7ce6f986f2ce0f3ee04f7478ce6f8b7fcc8858be SHA1 160122d2bc62fe294f10c22dee0e589a3cfc1dbd SHA256 fe5c733a0554689827cb7fa90bf2f464ce855a315ca84e4a7fe639e86af24265
diff --git a/x11-libs/mtdev/mtdev-1.1.0.ebuild b/x11-libs/mtdev/mtdev-1.1.0.ebuild
new file mode 100644
index 0000000..4340d5d
--- /dev/null
+++ b/x11-libs/mtdev/mtdev-1.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Kernel multi-touch transformation library"
+SRC_URI="http://launchpad.net/mtdev/trunk/1.1.0/+download/mtdev-1.1.0.tar.gz"
+HOMEPAGE="https://launchpad.net/hci/mtdev"
+KEYWORDS="~x86 ~amd64"
+SLOT="0"
+LICENSE="MIT"
+IUSE=""
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+}