xorg-libxfixes: updated to 4.0.3

This commit is contained in:
Tilman Sauerbeck 2006-11-08 18:34:21 +01:00
parent c79eb0fe7e
commit 135464b13c
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
c20eba4be3e8379fd774e999b65d3f90 libXfixes-4.0.1.tar.bz2
1990d19725a3c7f32290037f02d3737f libXfixes-4.0.3.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: xorg-libx11, xorg-xproto, xorg-fixesproto, xorg-xextproto
name=xorg-libxfixes
version=4.0.1
version=4.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.bz2)
build() {
cd libXfixes-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install