# Description: GTK+ based IRC client. # URL: http://hexchat.github.io/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me # Depends on: intltool iso-codes libnotify libsexy pciutils xorg-libxdamage xz # Nice to have: enchant name=hexchat version=2.10.2 release=1 source=(http://dl.hexchat.net/hexchat/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/man \ --enable-python=python2 \ --enable-textfe make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale }