libgsm: remove long_desc.
This commit is contained in:
parent
f1de6add7e
commit
b46634c1b8
|
@ -2,19 +2,13 @@
|
|||
pkgname=libgsm
|
||||
version=1.0.13
|
||||
wrksrc=gsm-1.0-pl13
|
||||
revision=7
|
||||
revision=8
|
||||
homepage="http://www.quut.com/gsm/"
|
||||
distfiles="http://www.mangler.org/downloads/${pkgname}-${version}.tar.gz"
|
||||
short_desc="GSM 06.10 lossy speech compression"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="BSD-style"
|
||||
license="BSD"
|
||||
checksum=52c518244d428c2e56c543b98c9135f4a76ff780c32455580b793f60a0a092ad
|
||||
long_desc="
|
||||
GSM (Global System for Mobile communications) is a cellular phone system
|
||||
standard popular outside the USA.
|
||||
|
||||
GSM includes a codec, often just referred to as the GSM when discussing
|
||||
codecs."
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
@ -35,8 +29,8 @@ do_install() {
|
|||
}
|
||||
|
||||
libgsm-devel_package() {
|
||||
depends="libgsm>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in New Issue