libmpcdec: remove long_desc.
This commit is contained in:
parent
2aaccffb28
commit
0e56a26d93
|
@ -1,30 +1,21 @@
|
|||
# Template file for 'libmpcdec'
|
||||
pkgname=libmpcdec
|
||||
version=1.2.6
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_func_memcmp_working=yes"
|
||||
short_desc="Portable Musepack decoder library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://musepack.net/"
|
||||
license="BSD"
|
||||
distfiles="http://files.musepack.net/source/$pkgname-$version.tar.bz2"
|
||||
checksum=4bd54929a80850754f27b568d7891e1e3e1b8d2f208d371f27d1fda09e6f12a8
|
||||
long_desc="
|
||||
Musepack is an audio compression format with a strong emphasis on high
|
||||
quality. It is not lossless, but it is designed for transparency, so that
|
||||
you won't be able to hear differences between the original wave file and
|
||||
the much smaller MPC file.
|
||||
|
||||
It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has
|
||||
rapidly developed and vastly improved and is now at an advanced stage in
|
||||
which it contains heavily optimized and patentless code."
|
||||
|
||||
libmpcdec-devel_package() {
|
||||
depends="libmpcdec>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue