18 lines
486 B
Plaintext
18 lines
486 B
Plaintext
|
# Description: Library libXrandr, resize and rotate extension client library
|
||
|
# URL: http://xorg.freedesktop.org
|
||
|
# Packager: pierre at nutyx dot org
|
||
|
# Depends on: xorg-proto xorg-libx11 xorg-libxext xorg-libxrender
|
||
|
|
||
|
name=xorg-libxrandr
|
||
|
version=1.5.0
|
||
|
release=1
|
||
|
|
||
|
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXrandr-$version.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd libXrandr-$version
|
||
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|