2016-12-31 11:59:19 +00:00
|
|
|
# Template file for 'toxcore'
|
|
|
|
pkgname=toxcore
|
2017-01-06 03:26:57 +00:00
|
|
|
version=0.1.3
|
2016-12-31 11:59:19 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
wrksrc="c-toxcore-${version}"
|
|
|
|
hostmakedepends="autoconf automake libtool 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"
|
|
|
|
homepage="https://tox.chat"
|
|
|
|
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
|
2017-01-06 03:26:57 +00:00
|
|
|
checksum=741d2d943b7c17c79a24d21611709aae2b835cd2e265b712b5626798ef4e815b
|
2016-12-31 11:59:19 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
toxcore-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/*.a
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|