opt/hexchat/Pkgfile

27 lines
563 B
Plaintext
Raw Normal View History

2013-12-01 10:59:54 +01:00
# Description: GTK+ based IRC client.
# URL: http://hexchat.github.io/
2014-11-10 13:25:50 +01:00
# 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
2013-12-01 10:59:54 +01:00
name=hexchat
2016-04-16 05:07:52 +02:00
version=2.12.0
2013-12-01 10:59:54 +01:00
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
}