summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-01-31 11:09:37 -0800
committerMatt Turner <mattst88@gentoo.org>2020-01-31 11:20:11 -0800
commitcc316c7f67526ee18cf7fb99df9d1fc8d1b026b8 (patch)
tree73d9a0925118fc5c78c297db45580d19ccc0ec38 /sys-libs/mtdev/mtdev-1.1.6.ebuild
parentmedia-libs/mesa: Version bump to 20.0.0_rc1 (diff)
downloadgentoo-cc316c7f67526ee18cf7fb99df9d1fc8d1b026b8.tar.gz
gentoo-cc316c7f67526ee18cf7fb99df9d1fc8d1b026b8.tar.bz2
gentoo-cc316c7f67526ee18cf7fb99df9d1fc8d1b026b8.zip
sys-libs/mtdev: Version bump to 1.1.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-libs/mtdev/mtdev-1.1.6.ebuild')
-rw-r--r--sys-libs/mtdev/mtdev-1.1.6.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-libs/mtdev/mtdev-1.1.6.ebuild b/sys-libs/mtdev/mtdev-1.1.6.ebuild
new file mode 100644
index 000000000000..74a573cbaeae
--- /dev/null
+++ b/sys-libs/mtdev/mtdev-1.1.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Multitouch Protocol Translation Library"
+HOMEPAGE="https://bitmath.org/code/mtdev/"
+SRC_URI="https://bitmath.org/code/mtdev/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-kernel/linux-headers-2.6.31"
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete
+}