# Depends on: xorg-proto xorg-libx11 xorg-libxext xorg-libxrender

description="Library libXrandr, resize and rotate extension client library"
url="http://xorg.freedesktop.org"
packager="pierre at nutyx dot org"
alias=(libXrandr)
name=xorg-libxrandr
version=1.5.1
release=1

source=(http://ftp.x.org/pub/individual//lib/libXrandr-$version.tar.bz2)

build() {
cd libXrandr-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}
