xorg/xorg-util-macros/Pkgfile
2019-04-14 20:34:34 +10:00

18 lines
350 B
Plaintext

# Description: xorg m4 macros
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-util-macros
version=1.19.2
release=1
source=(https://www.x.org/releases/individual/util/util-macros-$version.tar.bz2)
build() {
cd util-macros-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}