6b45133412
Closes: #16332
16 lines
502 B
Bash
16 lines
502 B
Bash
# 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;"
|
|
}
|