14 lines
417 B
Python
14 lines
417 B
Python
version = "1.1.7"
|
|
revision = 1
|
|
description = "Multitouch protocol translation library"
|
|
license = "MIT"
|
|
url = "https://bitmath.org/code/mtdev/"
|
|
source = tarball(
|
|
url=f"https://bitmath.org/code/mtdev/mtdev-{version}.tar.gz",
|
|
sha256="a55bd02a9af4dd266c0042ec608744fff3a017577614c057da09f1f4566ea32c",
|
|
)
|
|
host_deps = ["binutils", "gcc", "pkgconf"]
|
|
deps = [profile["libc"]]
|
|
|
|
configure, build, install = autotools()
|