24 lines
763 B
Text
24 lines
763 B
Text
# Template file for 'webrtc-audio-processing'
|
|
pkgname=webrtc-audio-processing
|
|
version=0.1
|
|
homepage="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
|
|
distfiles="$homepage/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="AudioProcessing library based on Google's implementation of WebRTC"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
vinstall PATENTS 644 usr/share/licenses/${pkgname}
|
|
}
|