39 lines
1021 B
Plaintext
39 lines
1021 B
Plaintext
# Template file for 'webrtc-audio-processing'
|
|
pkgname=webrtc-audio-processing
|
|
version=0.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="AudioProcessing library based on Google's implementation of WebRTC"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
|
|
distfiles="$homepage/$pkgname-$version.tar.xz"
|
|
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}
|
|
}
|
|
|
|
webrtc-audio-processing-devel_package() {
|
|
depends="${sourcepkg}>=${version}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|
|
|
|
webrtc-audio-processing_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|