mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
parent
084326b463
commit
72eb1b90a1
2 changed files with 6 additions and 10 deletions
|
@ -2559,9 +2559,9 @@ libcsound64.so.6.0 csound-6.05.0_1
|
||||||
libcsnd6.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
|
libfko.so.3 libfko-2.6.9_1
|
||||||
libvterm.so.0 libvterm-0.3_1
|
libvterm.so.0 libvterm-0.3_1
|
||||||
libboinc_opencl.so.7 boinc-7.16.16_2
|
libboinc_opencl.so.8 boinc-8.0.2_1
|
||||||
libboinc_api.so.7 boinc-7.16.16_2
|
libboinc_api.so.8 boinc-8.0.2_1
|
||||||
libboinc_graphics2.so.7 boinc-7.16.16_2
|
libboinc_graphics2.so.8 boinc-8.0.2_1
|
||||||
libsynfig.so.0 synfig-1.0.1_1
|
libsynfig.so.0 synfig-1.0.1_1
|
||||||
libhidapi-hidraw.so.0 hidapi-0.8.0rc1_1
|
libhidapi-hidraw.so.0 hidapi-0.8.0rc1_1
|
||||||
libhidapi-libusb.so.0 hidapi-0.8.0rc1_1
|
libhidapi-libusb.so.0 hidapi-0.8.0rc1_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boinc'
|
# Template file for 'boinc'
|
||||||
pkgname=boinc
|
pkgname=boinc
|
||||||
version=7.22.0
|
version=8.0.2
|
||||||
revision=4
|
revision=1
|
||||||
_majorver=${version%.*}
|
_majorver=${version%.*}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config xorgproto shared-mime-info"
|
hostmakedepends="automake libtool pkg-config xorgproto shared-mime-info"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=7c7014300cb6e859b6f784f5c76ff2cb96d36ae35d90e03d1e2e59174cb7c927
|
checksum=c593f157aacbd61bf814f44ed6e4dbb38145336d5c018c756206bdfc0c6df33e
|
||||||
system_accounts="boinc"
|
system_accounts="boinc"
|
||||||
boinc_homedir="/var/lib/boinc"
|
boinc_homedir="/var/lib/boinc"
|
||||||
boinc_shell="/bin/bash"
|
boinc_shell="/bin/bash"
|
||||||
|
@ -23,10 +23,6 @@ conflicts="boinc-nox>=0"
|
||||||
|
|
||||||
CXXFLAGS="-Wno-redundant-decls -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
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() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue