milis/talimatname/genel/h/hexchat/talimat

26 lines
713 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: HexChat bir IRC sohbet programıdır. Aynı anda birden fazla IRC kanalına (sohbet odaları) katılmanızı, herkese açık olarak konuşmanızı, özel birebir konuşmalar yapmanızı, vb. olanak sağlar. Dosya aktarımları da mümkündür.
# URL: https://dl.hexchat.net/hexchat
# Paketçi: milisarge
# Gerekler: lua52 glib gtk2 dbus libnotify libcanberra openssl pciutils desktop-file-utils pango
isim=hexchat
surum=2.12.3
devir=1
kaynak=(https://dl.hexchat.net/hexchat/$isim-$surum.tar.xz)
derle() {
gdk-pixbuf-query-loaders --update-cache
cd $isim-$surum
./configure \
--prefix='/usr' \
--enable-python='python3' \
--enable-textfe
make
make DESTDIR=$PKG install
}