2017-10-27 21:46:27 +03:00
|
|
|
|
# Tanım: X.Org icin Xt kutuphanesi
|
2016-02-24 02:27:23 +02:00
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2017-10-27 21:46:27 +03:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
|
# Gerekler: xorg-libsm xorg-libx11 xorg-proto
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
isim=xorg-libxt
|
|
|
|
|
|
surum=1.1.5
|
|
|
|
|
|
devir=1
|
|
|
|
|
|
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXt-$surum.tar.bz2)
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 00:59:41 +03:00
|
|
|
|
derle() {
|
2017-10-28 15:10:23 +03:00
|
|
|
|
cd libXt-$surum
|
2016-02-24 02:27:23 +02:00
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
|
--with-appdefaultdir=/etc/X11/app-defaults
|
|
|
|
|
|
make
|
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
}
|