[package] name = "libxrender" version = "0.9.12" description = "X11 Render extension library — anti-aliased font rendering and compositing" url = "https://xorg.freedesktop.org/" license = "MIT" [source] url = "https://xorg.freedesktop.org/archive/individual/lib/libXrender-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "libx11"] build = ["gcc", "make", "pkg-config", "xorgproto"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""