2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Bir GTK+ tabanlı IRC istemcisi
|
|
|
|
|
# URL: http://www.xchat.org/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: shared-mime-info gtk2 enchant dbus-glib
|
2018-07-25 09:40:39 +02:00
|
|
|
|
# Grup: ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=xchat
|
|
|
|
|
surum=2.8.8
|
|
|
|
|
devir=2
|
|
|
|
|
|
|
|
|
|
kaynak=(http://www.xchat.org/files/source/${surum%.*}/$isim-$surum.tar.xz
|
|
|
|
|
http://www.linuxfromscratch.org/patches/blfs/svn/xchat-2.8.8-glib-2.31-1.patch)
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
patch -Np1 -i ../xchat-2.8.8-glib-2.31-1.patch
|
|
|
|
|
LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc --enable-shm
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|