17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
# Tanım: X.Org yeniden boyutlama, dondurme islemleri kutuphanesi
|
||
# URL: http://xorg.freedesktop.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: 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)
|
||
|
||
derle() {
|
||
cd libXrandr-$version
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|