Skip to content

Instantly share code, notes, and snippets.

Created August 6, 2014 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a57075e4d84048210aea to your computer and use it in GitHub Desktop.
Save anonymous/a57075e4d84048210aea to your computer and use it in GitHub Desktop.
# Description: WeeChat is a fast, light and extensible chat client
# URL: http://www.weechat.org/
# Depends on: libgcrypt, gnutls, cmake
# Nice to have: perl, lua, python, ruby
name=weechat
version=0.4.3
release=1
source=(http://www.weechat.org/files/src/$name-$version.tar.bz2)
build() {
cd $name-$version
mkdir build
cd build
cmake .. -DPREFIX=/usr -DMANDIR=/usr/man -DENABLE_NLS=off \
-DENABLE_GUILE=off -DENABLE_PYTHON3=off -DENABLE_TCL=off
make
make DESTDIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment