mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
toxcore: revbump for libconfig-1.8.1
This commit is contained in:
parent
a9c4b2aa41
commit
a860a09754
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'toxcore'
|
# Template file for 'toxcore'
|
||||||
pkgname=toxcore
|
pkgname=toxcore
|
||||||
version=0.2.20
|
version=0.2.20
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTRAP=OFF
|
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTRAP=OFF
|
||||||
-DBOOTSTRAP_DAEMON=ON"
|
-DBOOTSTRAP_DAEMON=ON"
|
||||||
|
@ -25,6 +25,10 @@ if [ "${XBPS_CHECK_PKGS}" ]; then
|
||||||
configure_args+=" -DAUTOTEST=ON"
|
configure_args+=" -DAUTOTEST=ON"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
ctest --output-on-failure $makejobs --test-dir build -E group_sync # getting stuck
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf other/bootstrap_daemon/tox-bootstrapd.conf
|
vconf other/bootstrap_daemon/tox-bootstrapd.conf
|
||||||
vsv tox-bootstrapd
|
vsv tox-bootstrapd
|
||||||
|
|
Loading…
Add table
Reference in a new issue