Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75e5d8f3c1f88b20868d9735de95d3dd8856b654
commit 75e5d8f3c1f88b20868d9735de95d3dd8856b654 Author: crazy <[email protected]> Date: Fri Dec 23 17:13:43 2016 +0100 znc-1.6.4-1-x86_64 * Version bump * depends fixes for cyrus , icu etc * tcl and friends are plugins so they can be makedepends=() diff --git a/source/network-extra/znc/FrugalBuild b/source/network-extra/znc/FrugalBuild index 84066ad..9d4d4ae 100644 --- a/source/network-extra/znc/FrugalBuild +++ b/source/network-extra/znc/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: Melko <[email protected]> pkgname=znc -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=1 pkgdesc="An IRC bouncer with modules and scripts support." url="http://znc.in" -depends=('libstdc++' 'tcl' 'c-ares' 'cyrus-sasl') -makedepends=('swig') +depends=('libstdc++' 'zlib' 'openssl' 'cyrus-sasl' 'icu4c>=58.2') +makedepends=('swig' 'python3' 'perl' 'tcl') ## well modules no need to be depends=() groups=('network-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/releases" source=($url/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('89e8c2a32c8c0a95d0464a3cbfb06e6b050c6c72') -Fconfopts+=" --enable-extra --enable-sasl --enable-tcl" +sha1sums=('7d7674e790d1b5790c6ea769ad83c9592c1e6b90') +Fconfopts+=" --enable-extra --enable-cyrus --enable-tcl --enable-perl --enable-python" # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
