compat-32/xorg-libxau-32/Pkgfile

20 lines
452 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-libxau xorg-xorgproto-32
name=xorg-libxau-32
2019-02-15 16:04:58 +01:00
version=1.0.9
release=1
source=(https://www.x.org/releases/individual/lib/libXau-$version.tar.bz2)
build() {
cd libXau-$version
2018-04-05 16:13:35 +02:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2018-04-05 16:13:35 +02:00
rm -r $PKG/usr/{include,share}
}