2012-05-12 10:37:56 +02:00
|
|
|
# Template file for 'webrtc-audio-processing'
|
|
|
|
pkgname=webrtc-audio-processing
|
|
|
|
version=0.1
|
2013-04-13 22:47:11 +02:00
|
|
|
revision=2
|
2012-05-12 10:37:56 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="AudioProcessing library based on Google's implementation of WebRTC"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
2013-04-13 22:47:11 +02:00
|
|
|
homepage="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
|
|
|
|
distfiles="$homepage/$pkgname-$version.tar.xz"
|
2012-05-12 10:37:56 +02:00
|
|
|
checksum=ed4b52f9c2688b97628035a5565377d74704d7c04de4254a768df3342c7afedc
|
|
|
|
long_desc="
|
|
|
|
This package contains an ${short_desc}:
|
|
|
|
|
|
|
|
http://code.google.com/p/webrtc/
|
|
|
|
|
|
|
|
Which has been converted to be built with GNU autotools."
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
vinstall PATENTS 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|
2013-04-13 22:47:11 +02:00
|
|
|
|
|
|
|
webrtc-audio-processing-devel_package() {
|
|
|
|
depends="${sourcepkg}>=${version}"
|
2014-01-01 16:10:11 +01:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 22:47:11 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
}
|
|
|
|
}
|