xorg/xorg-libxau/Pkgfile

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.10
release=1
source=(https://www.x.org/releases/individual/lib/libXau-$version.tar.xz)
build() {
cd libXau-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}