# 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 # Optional: enchant libcanberra name=hexchat version=2.12.0 release=1 source=(http://dl.hexchat.net/hexchat/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --enable-python=python2 \ --enable-textfe make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale }