wavpack: remove long_desc.
This commit is contained in:
parent
c93529d139
commit
a4cf470ff5
1 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wavpack'
|
||||
pkgname=wavpack
|
||||
version=4.70.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="An audio codec (lossy and lossless)"
|
||||
homepage="http://www.wavpack.com/"
|
||||
|
@ -9,12 +9,6 @@ license="BSD"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://www.wavpack.com/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2cade379b0aba99fbc4e442ccc6dac6c609f6212e46516a083e24c8c364430a4
|
||||
long_desc="
|
||||
WavPack is a completely open audio compression format providing lossless,
|
||||
high-quality lossy, and a unique hybrid compression mode. Although the
|
||||
technology is loosely based on previous versions of WavPack, the new version
|
||||
4 format has been designed from the ground up to offer unparalleled
|
||||
performance and functionality."
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
configure_args="--enable-mmx"
|
||||
|
@ -28,7 +22,7 @@ libwavpack_package() {
|
|||
}
|
||||
|
||||
wavpack-devel_package() {
|
||||
depends="libwavpack>=${version}"
|
||||
depends="libwavpack>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue