27 lines
742 B
Bash
27 lines
742 B
Bash
# Template file for 'webrtc-audio-processing'
|
|
pkgname=webrtc-audio-processing
|
|
version=0.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="AudioProcessing library based on Google's implementation of WebRTC"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
|
|
distfiles="$homepage/$pkgname-$version.tar.xz"
|
|
checksum=756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
webrtc-audio-processing-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|