2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: X.Org icin Xcursor kutuphanesi
|
|
|
|
|
# URL: http://xorg.freedesktop.org
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: xorg-proto xorg-libxrender xorg-libxfixes xorg-libx11
|
2018-07-25 14:41:26 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=xorg-libxcursor
|
|
|
|
|
surum=1.1.14
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXcursor-$surum.tar.bz2)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd libXcursor-$surum
|
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|