milis/talimatname/genel/xchat/talimat

20 lines
547 B
Plaintext
Raw Normal View History

2017-04-21 10:25:08 +02:00
# Description: Bir GTK+ tabanlı IRC istemcisi
2016-02-24 01:27:23 +01:00
# URL: http://www.xchat.org/
2017-04-21 10:25:08 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: shared-mime-info gtk2 enchant dbus-glib
name=xchat
version=2.8.8
release=2
source=(http://www.xchat.org/files/source/${version%.*}/$name-$version.tar.xz
http://www.linuxfromscratch.org/patches/blfs/svn/xchat-2.8.8-glib-2.31-1.patch)
build() {
cd $name-$version
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
}