mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
boinc: update to 7.14.2
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
31459cefdd
commit
a898f30f1c
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boinc'
|
# Template file for 'boinc'
|
||||||
pkgname=boinc
|
pkgname=boinc
|
||||||
version=7.12.1
|
version=7.14.2
|
||||||
revision=5
|
revision=1
|
||||||
_majorver=${version%.*}
|
_majorver=${version%.*}
|
||||||
wrksrc=boinc-client_release-${_majorver}-${version}
|
wrksrc=boinc-client_release-${_majorver}-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -19,7 +19,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://boinc.berkeley.edu/"
|
homepage="https://boinc.berkeley.edu/"
|
||||||
distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz"
|
distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz"
|
||||||
checksum=8fcfa84d2c1c90f65b0f1a5b0edf8353341f0211acfaa7538428845d9817e2d7
|
checksum=970aedb9e25afa20be67f125ab05435df8eb2e66a3ac30ad316c54085e397c88
|
||||||
conflicts="boinc-nox>=0"
|
conflicts="boinc-nox>=0"
|
||||||
|
|
||||||
CXXFLAGS="-Wno-redundant-decls"
|
CXXFLAGS="-Wno-redundant-decls"
|
||||||
|
@ -77,7 +77,6 @@ do_configure() {
|
||||||
--enable-client \
|
--enable-client \
|
||||||
--disable-manager \
|
--disable-manager \
|
||||||
--disable-server \
|
--disable-server \
|
||||||
--disable-xss \
|
|
||||||
--disable-server \
|
--disable-server \
|
||||||
--with-ssl=${XBPS_CROSS_BASE}/usr \
|
--with-ssl=${XBPS_CROSS_BASE}/usr \
|
||||||
--without-x \
|
--without-x \
|
||||||
|
|
Loading…
Add table
Reference in a new issue