xorg-xauth: updated to 1.0.2

This commit is contained in:
Tilman Sauerbeck 2007-01-23 21:11:12 +01:00
parent 53994e488e
commit 7e80b78a17
3 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xauth
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xauth.1x.gz
-rw-r--r-- root/root usr/man/man1/xauth.1.gz

View File

@ -1 +1 @@
ed848ebba8d3a1ca727b80d6b89dc3c3 xauth-1.0.1.tar.bz2
31b956edaeb453ddaa640420e97b25b2 xauth-1.0.2.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: xorg-server
name=xorg-xauth
version=1.0.1
version=1.0.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.bz2)
build() {
cd xauth-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install