31 lines
840 B
Text
31 lines
840 B
Text
# Template file for 'libgsm'
|
|
pkgname=libgsm
|
|
version=1.0.13
|
|
wrksrc=gsm-1.0-pl13
|
|
revision=5
|
|
homepage="http://www.quut.com/gsm/"
|
|
distfiles="http://libgsm.sourcearchive.com/downloads/${version}/${pkgname}_${version}.orig.tar.gz"
|
|
short_desc="GSM 06.10 lossy speech compression"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="BSD-style"
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
do_build() {
|
|
make ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
vmkdir usr/lib
|
|
vmkdir usr/bin
|
|
install -m755 ${wrksrc}/bin/* ${DESTDIR}/usr/bin
|
|
install -m755 ${wrksrc}/lib/*.so ${DESTDIR}/usr/lib
|
|
}
|