tuntox: rebuild against libtoxcore.so.0.2
This commit is contained in:
parent
d845690dab
commit
ddbafb3f43
1 changed files with 8 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tuntox'
|
# Template file for 'tuntox'
|
||||||
pkgname=tuntox
|
pkgname=tuntox
|
||||||
version=0.0.8
|
version=0.0.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="toxcore-devel libevent-devel libsodium-devel"
|
makedepends="toxcore-devel libevent-devel libsodium-devel"
|
||||||
make_build_args="tuntox_nostatic"
|
make_build_args="tuntox_nostatic"
|
||||||
short_desc="Tunnel TCP connections over the Tox protocol"
|
short_desc="Tunnel TCP connections over the Tox protocol"
|
||||||
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/gjedeer/tuntox"
|
homepage="https://github.com/gjedeer/tuntox"
|
||||||
distfiles="https://github.com/gjedeer/tuntox/archive/${version}.tar.gz"
|
distfiles="https://github.com/gjedeer/tuntox/archive/${version}.tar.gz"
|
||||||
checksum=86e8c45d712b4327ef02d32474f5748e2244e6c38ae8c20ed211af3808328c9b
|
checksum=86e8c45d712b4327ef02d32474f5748e2244e6c38ae8c20ed211af3808328c9b
|
||||||
|
@ -16,6 +16,12 @@ checksum=86e8c45d712b4327ef02d32474f5748e2244e6c38ae8c20ed211af3808328c9b
|
||||||
system_accounts="tuntox"
|
system_accounts="tuntox"
|
||||||
make_dirs="/etc/tuntox 0700 tuntox tuntox"
|
make_dirs="/etc/tuntox 0700 tuntox tuntox"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# remove this if a new release is made and DEPS= on Makefile is changed
|
||||||
|
# to toxcore, toxcore renamed libtoxcore to toxcore
|
||||||
|
sed -i 's|DEPS=libtoxcore|DEPS=toxcore|g' Makefile
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin tuntox_nostatic tuntox
|
vbin tuntox_nostatic tuntox
|
||||||
vbin scripts/tokssh
|
vbin scripts/tokssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue