24 lines
726 B
Bash
24 lines
726 B
Bash
# Template file for 'bcg729'
|
|
pkgname=bcg729
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DENABLE_STATIC=OFF"
|
|
makedepends="bcunit-devel mbedtls-devel"
|
|
short_desc="Implementation of the ITU G729 Annex A/B speech codec"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://gitlab.linphone.org/BC/public/bcg729"
|
|
distfiles="https://gitlab.linphone.org/BC/public/bcg729/-/archive/${version}/bcg729-${version}.tar.gz"
|
|
checksum=68599a850535d1b182932b3f86558ac8a76d4b899a548183b062956c5fdc916d
|
|
|
|
bcg729-devel_package() {
|
|
depends="bcg729-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share/Bcg729/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|