mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
toxcore: update to 0.2.1.
This commit is contained in:
parent
f678ac6dd0
commit
f470f81238
3 changed files with 8 additions and 26 deletions
|
@ -2021,10 +2021,7 @@ libusbredirhost.so.1 usbredir-0.7_1
|
||||||
libprotobuf-c.so.1 protobuf-c-1.1.0_1
|
libprotobuf-c.so.1 protobuf-c-1.1.0_1
|
||||||
libutf8proc.so.1 libutf8proc-1.1.6_1
|
libutf8proc.so.1 libutf8proc-1.1.6_1
|
||||||
libnsutils.so.0 libnsutils-0.0.1_1
|
libnsutils.so.0 libnsutils-0.0.1_1
|
||||||
libtoxcore.so.1 toxcore-0.1.5_1
|
libtoxcore.so.2 toxcore-0.2.0_1
|
||||||
libtoxdns.so.1 toxcore-0.1.5_1
|
|
||||||
libtoxencryptsave.so.1 toxcore-0.1.5_1
|
|
||||||
libtoxav.so.1 toxcore-0.1.5_1
|
|
||||||
libgom-1.0.so.0 gom-0.3.0_1
|
libgom-1.0.so.0 gom-0.3.0_1
|
||||||
libetpan.so.20 libetpan-1.7.2_1
|
libetpan.so.20 libetpan-1.7.2_1
|
||||||
libxmp.so.4 libxmp-4.3.7_1
|
libxmp.so.4 libxmp-4.3.7_1
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
cd /etc/toxbootstrapd
|
|
||||||
exec chpst -u toxbootstrapd DHT_bootstrap
|
|
|
@ -1,31 +1,19 @@
|
||||||
# Template file for 'toxcore'
|
# Template file for 'toxcore'
|
||||||
pkgname=toxcore
|
pkgname=toxcore
|
||||||
version=0.1.11
|
version=0.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTARP=ON
|
||||||
|
-DBOOTSTRAP=DAEMON=ON -DBUILD_AV_TEST=OFF"
|
||||||
|
build_style=cmake
|
||||||
wrksrc="c-toxcore-${version}"
|
wrksrc="c-toxcore-${version}"
|
||||||
hostmakedepends="autoconf automake libtool pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libsodium-devel opus-devel libvpx-devel"
|
makedepends="libsodium-devel opus-devel libvpx-devel"
|
||||||
short_desc="Encrypted peer-to-peer instant messenger protocol library"
|
short_desc="Encrypted peer-to-peer instant messenger protocol library"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://tox.chat"
|
homepage="https://tox.chat"
|
||||||
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
|
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
|
||||||
checksum=85b6184a160c343616e3253a0bf728cfe1588e73b6d6f8772aa1e44061e41b10
|
checksum=1496164954941b175493fba02bf3115118c0d29feb46cd1ff458a1a11eab1597
|
||||||
|
|
||||||
configure_args="--enable-daemon"
|
|
||||||
system_accounts="toxbootstrapd"
|
|
||||||
toxbootstrapd_homedir="/etc/toxbootstrapd"
|
|
||||||
make_dirs="/etc/toxbootstrapd 0700 toxbootstrapd toxbootstrapd"
|
|
||||||
replaces="toxcore-git>=0"
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vsv toxbootstrapd
|
|
||||||
}
|
|
||||||
|
|
||||||
# Development package
|
# Development package
|
||||||
toxcore-devel_package() {
|
toxcore-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue