description="util-macros, contains the macros m4 used by the packages xorg" url="http://www.x.org" packager="Great-OS Team" maintainer="Great-OS Team" PKGMK_GROUPS=() name=xorg-util-macros _name=util-macros version=1.20.2 source=(https://www.x.org/archive//individual/util/$_name-$version.tar.gz) build() { cd ${_name}-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make make DESTDIR=$PKG install }