milis/talimatname/genel/l/libxcb/talimat

31 lines
778 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Geçerli Xlib arabirimini değiştiren X Pencere Sistem protokolüne arabirim.
2016-02-24 01:27:23 +01:00
# URL: http://xcb.freedesktop.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xcb-proto xorg-libxdmcp xorg-libxau libxslt xorg-util-macros
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libxcb
surum=1.12
devir=2
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://xcb.freedesktop.org/dist/$isim-$surum.tar.bz2
2016-07-26 22:24:03 +02:00
libxcb-1.1-no-pthread-stubs.patch
python-35x-fixes.patch)
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 $isim-$surum
2016-07-26 22:24:03 +02:00
patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
patch -Np1 -i ../python-35x-fixes.patch
2016-02-24 01:27:23 +01:00
2016-07-26 22:24:03 +02:00
autoreconf -vfi
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
2016-07-26 22:24:03 +02:00
--sysconfdir=/etc \
--localstatedir=/var \
2017-10-28 14:10:23 +02:00
--docdir='${datadir}'/doc/libxcb-$surum \
2016-07-26 22:24:03 +02:00
--enable-xinput \
2016-02-24 01:27:23 +01:00
--enable-xkb \
--disable-static
make
make DESTDIR=$PKG install
}