Convert packages to the new template format (all neverball deps completed).

This commit is contained in:
Juan RP 2013-04-13 22:47:11 +02:00
parent 903473c9b9
commit 7e7f112cd1
22 changed files with 194 additions and 214 deletions

View file

@ -1,13 +1,13 @@
# 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"
revision=2
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"
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}:
@ -16,9 +16,23 @@ long_desc="
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}
}
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
}
}