[package] name = "mtdev" version = "1.1.7" description = "Multitouch device translation library" url = "https://bitmath.org/code/mtdev/" license = "MIT" [source] url = "https://bitmath.org/code/mtdev/mtdev-${version}.tar.bz2" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""