milis/talimatname/genel/x/xorg-libxcursor/talimat

17 lines
432 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X.Org icin Xcursor kutuphanesi
2016-02-24 01:27:23 +01:00
# URL: http://xorg.freedesktop.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-proto xorg-libxrender xorg-libxfixes xorg-libx11
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +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)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd libXcursor-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}