toxcore: update to 0.2.1.

This commit is contained in:
maxice8 2018-03-01 00:23:07 -03:00 committed by Michael Aldridge
parent f678ac6dd0
commit f470f81238
3 changed files with 8 additions and 26 deletions

View file

@ -2021,10 +2021,7 @@ libusbredirhost.so.1 usbredir-0.7_1
libprotobuf-c.so.1 protobuf-c-1.1.0_1
libutf8proc.so.1 libutf8proc-1.1.6_1
libnsutils.so.0 libnsutils-0.0.1_1
libtoxcore.so.1 toxcore-0.1.5_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
libtoxcore.so.2 toxcore-0.2.0_1
libgom-1.0.so.0 gom-0.3.0_1
libetpan.so.20 libetpan-1.7.2_1
libxmp.so.4 libxmp-4.3.7_1

View file

@ -1,3 +0,0 @@
#!/bin/sh
cd /etc/toxbootstrapd
exec chpst -u toxbootstrapd DHT_bootstrap

View file

@ -1,31 +1,19 @@
# Template file for 'toxcore'
pkgname=toxcore
version=0.1.11
version=0.2.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}"
hostmakedepends="autoconf automake libtool pkg-config"
hostmakedepends="pkg-config"
makedepends="libsodium-devel opus-devel libvpx-devel"
short_desc="Encrypted peer-to-peer instant messenger protocol library"
maintainer="Spencer Hill <spencernh77@gmail.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://tox.chat"
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
checksum=85b6184a160c343616e3253a0bf728cfe1588e73b6d6f8772aa1e44061e41b10
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
}
checksum=1496164954941b175493fba02bf3115118c0d29feb46cd1ff458a1a11eab1597
# Development package
toxcore-devel_package() {