libgsm: remove long_desc.
This commit is contained in:
parent
f1de6add7e
commit
b46634c1b8
@ -2,19 +2,13 @@
|
|||||||
pkgname=libgsm
|
pkgname=libgsm
|
||||||
version=1.0.13
|
version=1.0.13
|
||||||
wrksrc=gsm-1.0-pl13
|
wrksrc=gsm-1.0-pl13
|
||||||
revision=7
|
revision=8
|
||||||
homepage="http://www.quut.com/gsm/"
|
homepage="http://www.quut.com/gsm/"
|
||||||
distfiles="http://www.mangler.org/downloads/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.mangler.org/downloads/${pkgname}-${version}.tar.gz"
|
||||||
short_desc="GSM 06.10 lossy speech compression"
|
short_desc="GSM 06.10 lossy speech compression"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="BSD-style"
|
license="BSD"
|
||||||
checksum=52c518244d428c2e56c543b98c9135f4a76ff780c32455580b793f60a0a092ad
|
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() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
@ -35,8 +29,8 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
libgsm-devel_package() {
|
libgsm-devel_package() {
|
||||||
depends="libgsm>=${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/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user