testing/coturn: move to community

run testsuites
This commit is contained in:
Carlo Landmeter 2017-11-22 08:13:07 +00:00
parent f7c8b3472e
commit 3ba75a4402
3 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=coturn
pkgver=4.5.0.6
pkgrel=1
pkgrel=2
pkgdesc="Free open source implementation of TURN and STUN Server"
url="https://github.com/coturn/coturn"
arch="all"
@ -34,6 +34,11 @@ build() {
make
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install