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

19 lines
372 B
Plaintext

# Description: X Authorization routines
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xorgproto
name=xorg-libxau
version=1.0.9
release=1
source=(https://www.x.org/releases/individual/lib/libXau-$version.tar.bz2)
build() {
cd libXau-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}