xorg-libxt: updated to 1.0.4

This commit is contained in:
Tilman Sauerbeck 2007-01-23 20:58:49 +01:00
parent 51f381d33e
commit afb0f1f352
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
f217b63e03a1ac9b155ee9a56ac47aea libXt-1.0.2.tar.bz2
937735f342c046db239852fec0413f6c libXt-1.0.4.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: xorg-libsm, xorg-libx11, xorg-xproto, xorg-kbproto
name=xorg-libxt
version=1.0.2
version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2)
build() {
cd libXt-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install