boinc: remove service/conf; those shouldn't be handled by xbps.
This commit is contained in:
parent
39b808fad4
commit
656e8a201b
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# Read default configuration
|
|
||||||
[ -f /etc/default/boinc-client ] && . /etc/default/boinc-client
|
|
||||||
# Override with global configuration
|
|
||||||
[ -f /etc/boinc-client.conf ] && . /etc/boinc-client.conf
|
|
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
|
# Read default configuration
|
||||||
|
[ -f /etc/default/boinc-client ] && . /etc/default/boinc-client
|
||||||
|
# Override with global configuration
|
||||||
|
[ -f /etc/boinc-client.conf ] && . /etc/boinc-client.conf
|
||||||
BOINCEXE_NAME=${BOINCEXE_NAME:-boinc_client}
|
BOINCEXE_NAME=${BOINCEXE_NAME:-boinc_client}
|
||||||
BOINCCMD_NAME=${BOINCCMD_NAME:-boinccmd}
|
BOINCCMD_NAME=${BOINCCMD_NAME:-boinccmd}
|
||||||
BOINCUSER=${BOINCUSER:-boinc}
|
BOINCUSER=${BOINCUSER:-boinc}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boinc'
|
# Template file for 'boinc'
|
||||||
pkgname=boinc
|
pkgname=boinc
|
||||||
version=7.6.22
|
version=7.6.22
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=boinc-client_release-${version%.*}-${version}
|
wrksrc=boinc-client_release-${version%.*}-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config python"
|
hostmakedepends="automake libtool pkg-config python"
|
||||||
|
@ -21,6 +21,7 @@ checksum=b5b2b211725bc46399d3504bd6b0b60a9f9506d9f6b5a04d524991f239c16585
|
||||||
conflicts="boinc-nox>=0"
|
conflicts="boinc-nox>=0"
|
||||||
|
|
||||||
CXXFLAGS="-Wno-redundant-decls"
|
CXXFLAGS="-Wno-redundant-decls"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue