From 170553573b52f07075c8b8de92fba8bab6bcc87f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 4 Aug 2014 18:10:35 +0200 Subject: Clean up PKGBUILDs --- PKGBUILD | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 8d1f9dc..044f90a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,23 +1,21 @@ -# Maintainer: Daniel Wallace -# Contributor: Dmitry Korzhevin -# Contributor: Mark Foxwell -# Contributor: Licia Todd -# Contributor: Tim Zebulla -# Contributor: Johannes Löthberg - pkgname=weechat-git -pkgver=git +pkgver=1.0.rc1.r5.gb62705a pkgrel=1 + pkgdesc="Fast, light & extensible IRC client (curses UI)" -arch=('i686' 'x86_64') url="http://www.weechat.org/" +arch=('i686' 'x86_64') license=('GPL3') + depends=('gnutls' 'ncurses' 'libgcrypt') -makedepends=('git' 'cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') +makedepends=('git' 'cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') + provides=('weechat') conflicts=('weechat') -options=(!libtool) + +options=(!libtool debug !makeflags strip) + source=("git+https://github.com/weechat/weechat.git") md5sums=('SKIP') @@ -29,11 +27,11 @@ pkgver(){ build() { cd weechat cmake -DPREFIX=/usr \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 \ - -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so\ - -DENABLE_MAN=ON \ - -DENABLE_DOC=OFF \ - -DWEECHAT_HOME=~/.config/weechat + -DPYTHON_EXECUTABLE=/usr/bin/python2 \ + -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so\ + -DENABLE_MAN=ON \ + -DENABLE_DOC=OFF \ + -DWEECHAT_HOME=~/.config/weechat make } -- cgit v1.2.3-70-g09d2