webrtc-audio-processing: remove long_desc.
This commit is contained in:
parent
ae665fb3ec
commit
c93529d139
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'webrtc-audio-processing'
|
# Template file for 'webrtc-audio-processing'
|
||||||
pkgname=webrtc-audio-processing
|
pkgname=webrtc-audio-processing
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="AudioProcessing library based on Google's implementation of WebRTC"
|
short_desc="AudioProcessing library based on Google's implementation of WebRTC"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
@ -9,12 +9,6 @@ license="BSD"
|
|||||||
homepage="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
|
homepage="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
|
||||||
distfiles="$homepage/$pkgname-$version.tar.xz"
|
distfiles="$homepage/$pkgname-$version.tar.xz"
|
||||||
checksum=ed4b52f9c2688b97628035a5565377d74704d7c04de4254a768df3342c7afedc
|
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() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
@ -22,11 +16,12 @@ post_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
webrtc-audio-processing-devel_package() {
|
webrtc-audio-processing-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user