xorg/xorg-libxrandr/Pkgfile
2015-05-04 13:05:39 +10:00

19 lines
459 B
Plaintext

# Description: X Resize and Rotate extension client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxext xorg-libxrender xorg-randrproto
name=xorg-libxrandr
version=1.4.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.bz2)
build() {
cd libXrandr-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}