# Description: GTK+ based IRC client # URL: http://www.xchat.org/ # Maintainer: Matt Housh, jaeger at crux dot nu # Depends on: openssl, gtk, perl name=xchat version=2.8.4 release=2 source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \ http://www.xchat.org/files/source/2.8/patches/xc284-fix-scrollbfdleak.diff \ http://www.xchat.org/files/source/2.8/patches/xc284-improvescrollback.diff \ http://www.xchat.org/files/source/2.8/patches/xc284-scrollbmkdir.diff) build() { cd $name-$version patch -p1 -i $SRC/xc284-fix-scrollbfdleak.diff patch -p1 -i $SRC/xc284-improvescrollback.diff patch -p1 -i $SRC/xc284-scrollbmkdir.diff ./configure --prefix=/usr \ --enable-openssl \ --enable-perl \ --enable-ipv6 \ --disable-gnome \ --disable-textfe \ --disable-python \ --disable-tcl \ --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/{etc,share} install -D $name.desktop $PKG/usr/share/applications/$name.desktop install -D $name.png $PKG/usr/share/pixmaps/$name.png }