mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-18 08:25:19 +02:00
24 lines
768 B
Bash
24 lines
768 B
Bash
# Template file for 'ortp'
|
|
pkgname=ortp
|
|
version=5.3.106
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_SHARED_LIBS=TRUE -DENABLE_UNIT_TESTS=OFF"
|
|
makedepends="bctoolbox-devel"
|
|
short_desc="Real-Time Transport Protocol (RFC 3550) library"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://www.linphone.org/technical-corner/ortp"
|
|
distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
|
|
checksum=5c3ba6f67cdd8c8fe0008f94539402c7794c42eb36ba1a0ca2a7f4776a8257ea
|
|
|
|
ortp-devel_package() {
|
|
depends="bctoolbox-devel ortp-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|