compat-32/xorg-libxau-32/Pkgfile

20 lines
476 B
Plaintext
Raw Normal View History

# Description: X Authorization routines
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xproto-32 xorg-libxau
name=xorg-libxau-32
version=1.0.7
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2)
build() {
cd libXau-$version
./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,man}
}