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

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