15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
# Description: xorg m4 macros
|
|
# URL: https://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
|
|
name=xorg-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
|
|
}
|