sys-libs/mtdev: add 1.1.7

Closes: https://bugs.gentoo.org/928387
Closes: https://github.com/gentoo/gentoo/pull/36121
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
orbea 2024-04-05 11:28:00 -07:00 committed by Matt Turner
parent feab882eeb
commit 0f85764c7f
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97
2 changed files with 24 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST mtdev-1.1.6.tar.bz2 295965 BLAKE2B 212cf0f0bea0fc295528c90c6685770e88cb135a714cbf21e53b75ab2eaedd210269d073520e44c5bffafe8a5ecca521221061193725cba916bc2cf703fd5166 SHA512 859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1
DIST mtdev-1.1.7.tar.bz2 301994 BLAKE2B 1da2c7231301ebb407fa8e58331fd080bfb026d5e32eb19af125abf36391eff26379040634d4ede995aedb78c7dba3396e9753628f5dfe0f939a8b77fc459423 SHA512 e6174a38cf67a7f12a3b91e4e27bf74a18d6b40a956950ebb748b0ff87092333daa07e647b26038a5a533f8c48e845d649848e6ba99ea009ab87fd96ed188152

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
DEPEND=">=sys-kernel/linux-headers-2.6.31"
src_configure() {
econf --disable-static
}
src_install() {
default
find "${ED}" -name '*.la' -delete
}