[package] name = "xtrans" version = "1.5.2" description = "X transport library — network transport abstraction for X11" url = "https://xorg.freedesktop.org/" license = "MIT" [source] url = "https://xorg.freedesktop.org/archive/individual/lib/xtrans-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = [] build = ["gcc", "make", "pkg-config"] [build] system = "autotools" configure = """./configure --prefix=/usr""" make = """make""" install = """make DESTDIR=${PKG} install"""