blob: 49198f6e01777b2ce93f7734347858e96e4ee843 (
plain) (
tree)
|
|
#!/bin/mkpkg
# description: X.org M4 macros
# url: https://xorg.freedesktop.org
name=x11-util-macros
version=1.20.2
release=1
source=(https://www.x.org/releases/individual/util/util-macros-$version.tar.xz)
build() {
cd util-macros-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}
# vim: filetype=sh
|