blob: 6dc1400902b8124178079d7fe90aa2028dd37315 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
description="X Authorization routines"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-xproto)
name=xorg-libxau
version=1.0.6
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.6.tar.bz2)
build ()
{
cd libXau-$version;
./configure --prefix=/usr --mandir=$mandir;
make;
make DESTDIR=$PKG install
}
|