New package: coturn-4.5.0.6
This commit is contained in:
parent
244dabb7c3
commit
d3f9d8f3c4
1
srcpkgs/coturn-devel
Symbolic link
1
srcpkgs/coturn-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
coturn
|
28
srcpkgs/coturn/template
Normal file
28
srcpkgs/coturn/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'coturn'
|
||||
pkgname=coturn
|
||||
version=4.5.0.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# no need for conf_files, /etc/turnserver.conf.default is an example
|
||||
makedepends="libressl-devel libevent-devel hiredis-devel sqlite-devel
|
||||
postgresql-libs-devel libmariadbclient-devel"
|
||||
short_desc="Server Implementation of TURN and STUN"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://github.com/coturn/coturn"
|
||||
distfiles="https://github.com/coturn/coturn/archive/${version}.tar.gz"
|
||||
checksum=5ad976e142daf392351f86623b217be7ca91322105e0500c379a9dcdbbc466e8
|
||||
nocross="https://travis-ci.org/Vaelatern/void-packages/jobs/282547640"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
coturn-devel_package() {
|
||||
short_desc="${short_desc} - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user