2008-05-22 09:09:42 +02:00
|
|
|
# Description: X Authorization routines
|
2022-12-10 11:08:05 +00:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2012-07-16 01:32:30 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-02-08 20:57:33 +01:00
|
|
|
# Depends on: xorg-xorgproto
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxau
|
2022-12-10 11:08:05 +00:00
|
|
|
version=1.0.11
|
2019-02-11 00:05:52 +01:00
|
|
|
release=1
|
2022-08-27 12:58:33 +02:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libXau-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXau-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|