milis/talimatname/genel/hexchat/talimat

26 lines
685 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: HexChat is an IRC chat program. It allows you to join multiple IRC channels (chat rooms) at the same time, talk publicly, have private one-on-one conversations, etc. File transfers are also possible.
# URL: https://dl.hexchat.net/hexchat
2016-11-01 04:28:41 +01:00
# Packager: milisarge
# Depends on: lua52 glib gtk2 dbus libnotify libcanberra openssl pciutils desktop-file-utils pango
2016-02-24 01:27:23 +01:00
name=hexchat
2016-11-01 04:28:41 +01:00
version=2.12.3
2016-02-24 01:27:23 +01:00
release=1
source=(https://dl.hexchat.net/hexchat/$name-$version.tar.xz)
build() {
2016-11-20 22:10:13 +01:00
gdk-pixbuf-query-loaders --update-cache
2016-02-24 01:27:23 +01:00
cd $name-$version
2016-11-01 04:28:41 +01:00
./configure \
--prefix='/usr' \
--enable-python='python3' \
--enable-textfe
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}