xorg/xorg-libxau/Pkgfile

19 lines
372 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Authorization routines
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xorgproto
2006-04-07 18:48:00 +02:00
name=xorg-libxau
2022-08-27 12:58:33 +02:00
version=1.0.10
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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}