New package: trx-0.5

Closes: #16332
This commit is contained in:
Jürgen Buchmüller 2020-08-25 10:18:51 +02:00
parent a3775a92b9
commit 6b45133412

16
srcpkgs/trx/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'trx'
pkgname=trx
version=0.5
revision=1
build_style=gnu-makefile
makedepends="alsa-lib-devel ortp-devel opus-devel"
short_desc="Realtime audio over IP"
maintainer="Mark Hills <mark@xwax.org>"
license="GPL-2.0-only"
homepage="http://www.pogo.org.uk/~mark/trx"
distfiles="http://www.pogo.org.uk/~mark/trx/releases/trx-${version}.tar.gz"
checksum=c7c590c9401d9ef6687b950baa3ca6fd1567b2bbd5013b3283d2452b92624fca
pre_build() {
vsed -i Makefile -e "s;^LDLIBS_ORTP.*;& -lbctoolbox;"
}