parent
084326b463
commit
72eb1b90a1
|
@ -2559,9 +2559,9 @@ libcsound64.so.6.0 csound-6.05.0_1
|
|||
libcsnd6.so.6.0 csound-6.05.0_1
|
||||
libfko.so.3 libfko-2.6.9_1
|
||||
libvterm.so.0 libvterm-0.3_1
|
||||
libboinc_opencl.so.7 boinc-7.16.16_2
|
||||
libboinc_api.so.7 boinc-7.16.16_2
|
||||
libboinc_graphics2.so.7 boinc-7.16.16_2
|
||||
libboinc_opencl.so.8 boinc-8.0.2_1
|
||||
libboinc_api.so.8 boinc-8.0.2_1
|
||||
libboinc_graphics2.so.8 boinc-8.0.2_1
|
||||
libsynfig.so.0 synfig-1.0.1_1
|
||||
libhidapi-hidraw.so.0 hidapi-0.8.0rc1_1
|
||||
libhidapi-libusb.so.0 hidapi-0.8.0rc1_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'boinc'
|
||||
pkgname=boinc
|
||||
version=7.22.0
|
||||
revision=4
|
||||
version=8.0.2
|
||||
revision=1
|
||||
_majorver=${version%.*}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config xorgproto shared-mime-info"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-3.0-or-later"
|
||||
homepage="https://boinc.berkeley.edu/"
|
||||
distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz"
|
||||
checksum=7c7014300cb6e859b6f784f5c76ff2cb96d36ae35d90e03d1e2e59174cb7c927
|
||||
checksum=c593f157aacbd61bf814f44ed6e4dbb38145336d5c018c756206bdfc0c6df33e
|
||||
system_accounts="boinc"
|
||||
boinc_homedir="/var/lib/boinc"
|
||||
boinc_shell="/bin/bash"
|
||||
|
@ -23,10 +23,6 @@ conflicts="boinc-nox>=0"
|
|||
|
||||
CXXFLAGS="-Wno-redundant-decls -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6l) broken="arm-linux-gnueabihf-g++: error: libwhetvfp.a: No such file or directory" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -if
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue