xorg/xorg-util-macros/Pkgfile

15 lines
342 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
2021-01-24 17:00:35 +01:00
version=1.19.3
2006-04-07 18:48:00 +02:00
release=1
source=(https://www.x.org/releases/individual/util/util-macros-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd util-macros-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}