speex: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 09:23:36 +01:00
parent 39a330d051
commit 937d0e1f0f
1 changed files with 4 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'speex'. # Template file for 'speex'.
pkgname=speex pkgname=speex
version=1.2rc1 version=1.2rc1
revision=7 revision=8
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static --with-ogg=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libogg-devel" makedepends="libogg-devel"
short_desc="A free codec for free speech" short_desc="A free codec for free speech"
@ -12,20 +12,11 @@ license="BSD"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz" distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
checksum=342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6 checksum=342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6
long_desc="
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses, it
is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction."
if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-ogg=$XBPS_CROSS_BASE"
fi
libspeex_package() { libspeex_package() {
short_desc+=" - shared libraries" short_desc+=" - shared libraries"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so.*"
} }
} }
@ -35,6 +26,7 @@ speex-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/doc vmove usr/share/doc
vmove usr/share/aclocal vmove usr/share/aclocal
} }