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

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