summaryrefslogtreecommitdiffstats
path: root/xorg-libxtrap/Pkgfile
blob: cb68c14145e9c860e4376043c9880b2002d92a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="X Trap extension client library"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-libx11 xorg-libxt xorg-trapproto xorg-xextproto xorg-libxext)

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