xorg/xorg-util-macros/Pkgfile

15 lines
341 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg m4 macros
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
name=xorg-util-macros
2023-02-17 16:01:40 +01:00
version=1.20.0
2006-04-07 18:48:00 +02:00
release=1
2023-02-17 16:01:40 +01:00
source=(https://www.x.org/releases/individual/util/util-macros-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd util-macros-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}