summaryrefslogtreecommitdiffstats
path: root/xorg-libxt/Pkgfile
blob: 23f91c09bb8849cb1eb4d06136e6105b7af8ff26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="xorg lib libXt"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-libsm xorg-libx11 xorg-xproto xorg-kbproto)

name=xorg-libxt
version=1.0.8
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-1.0.8.tar.bz2)
build () 
{ 
    cd libXt-$version;
    ./configure --prefix=/usr --mandir=$mandir;
    make;
    make DESTDIR=$PKG install
}