milis/talimatname/genel/w/weechat/talimat

24 lines
622 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: Hızlı, hafif ve genişletilebilir IRC istemcisi (curses UI)
# URL: http://www.weechat.org/
# Paketçi: Cihan_Alkan
# Gerekler: gnutls libgcrypt asciidoc highlight cmake python lua tcl ruby aspell
# Grup: ağ
isim=weechat
surum=2.0.1
devir=1
kaynak=(https://www.weechat.org/files/src/$isim-$surum.tar.xz)
derle() {
mkdir build
cd build
cmake -Wno-dev "${SRC}/$isim-$surum" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DENABLE_MAN=ON \
-DENABLE_DOC=ON
make
make DESTDIR="${PKG}" install
}