29 lines
712 B
Bash
29 lines
712 B
Bash
# Template file for 'rem'
|
|
pkgname=rem
|
|
version=2.10.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="re-devel"
|
|
short_desc="Library for real-time audio and video processing"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/baresip/rem"
|
|
distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=82d417f9ece6cafdbfb1e342cf1c7cf4390136578dd7c77b4c7995cbbf4792a0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
rem-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|