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
2022-09-03 14:54:52 +02:00
version=1.0.10
release=1
2022-09-03 14:54:52 +02:00
source=(https://www.x.org/releases/individual/lib/libXau-$version.tar.xz)
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}
}