19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
# Description: xorg lib libXrandr
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
|
# Depends on: xorg-libx11, xorg-randrproto, xorg-xextproto, xorg-libxext, xorg-libxrender, xorg-renderproto
|
|
|
|
name=xorg-libxrandr
|
|
version=1.1.1
|
|
release=1
|
|
source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd libXrandr-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|