2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Bir GTK+ tabanlı IRC istemcisi
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.xchat.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: shared-mime-info gtk2 enchant dbus-glib
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=xchat
|
|
|
|
|
surum=2.8.8
|
|
|
|
|
devir=2
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://www.xchat.org/files/source/${surum%.*}/$isim-$surum.tar.xz
|
2016-02-24 01:27:23 +01:00
|
|
|
|
http://www.linuxfromscratch.org/patches/blfs/svn/xchat-2.8.8-glib-2.31-1.patch)
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
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
|
|
|
|
|
}
|