#!/bin/sh set -e cd "$SRCDIR" export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH" ./configure \ --prefix="$PREFIX" \ --build="$BUILD_TRIPLE" \ --host="$BUILD_TRIPLE" \ --sysconfdir="$SYSCONFDIR" gmake -j${JOBS:-1} gmake install DESTDIR="$PKGDIR" # util-macros - X.Org autoconf macros # https://gitlab.freedesktop.org/xorg/util/macros [package] name = "util-macros" version = "1.20.2" release = 1 description = "Autoconf macros used by the X.Org build system" url = "https://xorg.freedesktop.org/releases/individual/util/" license = "MIT" maintainer = "Chris Tusa " arch = "x86_64" [dependencies] runtime = [] build = [] [[source]] file = "util-macros-1.20.2.tar.xz" urls = ["https://xorg.freedesktop.org/releases/individual/util/util-macros-1.20.2.tar.xz"] checksum = "9ac269eba24f672d7d7b3574e4be5f333d13f04a7712303b1821b2a51ac82e8e" [build] parallel = true