17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
# Tanım: X.Org icin Xcursor kutuphanesi
|
||
# URL: http://xorg.freedesktop.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: xorg-proto xorg-libxrender xorg-libxfixes xorg-libx11
|
||
|
||
name=xorg-libxcursor
|
||
version=1.1.14
|
||
release=1
|
||
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXcursor-$version.tar.bz2)
|
||
|
||
derle() {
|
||
cd libXcursor-$version
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|