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

18 lines
443 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X.Org icin Xt 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-libsm xorg-libx11 xorg-proto
2016-02-24 01:27:23 +01:00
name=xorg-libxt
version=1.1.5
release=1
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXt-$version.tar.bz2)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd libXt-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-appdefaultdir=/etc/X11/app-defaults
make
make DESTDIR=$PKG install
}