libgsm: update to 1.0.17. (#8062)
This commit is contained in:
parent
40f1b58058
commit
47172ec305
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'libgsm'
|
||||
pkgname=libgsm
|
||||
version=1.0.13
|
||||
revision=14
|
||||
wrksrc="gsm-1.0-pl13"
|
||||
version=1.0.17
|
||||
revision=1
|
||||
wrksrc="gsm-1.0-pl17"
|
||||
homepage="http://www.quut.com/gsm/"
|
||||
distfiles="http://www.quut.com/gsm/gsm-${version}.tar.gz"
|
||||
short_desc="GSM 06.10 lossy speech compression"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
checksum=52c518244d428c2e56c543b98c9135f4a76ff780c32455580b793f60a0a092ad
|
||||
checksum=855a57d1694941ddf3c73cb79b8d0b3891e9c9e7870b4981613b734e1ad07601
|
||||
|
||||
do_build() {
|
||||
make CC=$CC LD=$CC AR=$AR CCFLAGS="$CFLAGS -c -DNeedFunctionPrototypes=1"
|
||||
|
@ -25,7 +25,7 @@ do_install() {
|
|||
install -m644 lib/*.a ${DESTDIR}/usr/lib
|
||||
install -m644 inc/* ${DESTDIR}/usr/include/gsm
|
||||
|
||||
vinstall lib/libgsm.so.${version} 755 usr/lib
|
||||
vinstall lib/libgsm.so.1.0.13 755 usr/lib
|
||||
vcopy lib/libgsm.so usr/lib
|
||||
vcopy lib/libgsm.so.1 usr/lib
|
||||
|
||||
|
|
Loading…
Reference in New Issue