2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: X.Org icin Xt kutuphanesi
|
|
|
|
|
# URL: http://xorg.freedesktop.org
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: xorg-libsm xorg-libx11 xorg-proto
|
2018-07-25 15:23:53 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02: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)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd libXt-$surum
|
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
--with-appdefaultdir=/etc/X11/app-defaults
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|