diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-19 13:53:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-19 13:53:55 +0100 |
commit | 57dba6f603a4e9499ce508c91928232e3349fbc9 (patch) | |
tree | 553168926675992f102447ea8236411111b28024 /package/speex | |
parent | 3d1414631ce749e55141ba9ddb17ae531a9d9aff (diff) |
fix dependency problems, add startup script
Diffstat (limited to 'package/speex')
-rw-r--r-- | package/speex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/speex/Makefile b/package/speex/Makefile index bacc1919e..986e12f3f 100644 --- a/package/speex/Makefile +++ b/package/speex/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= speex PKG_VERSION:= 1.2rc1 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= c4438b22c08e5811ff10e2b06ee9b9ae PKG_DESCR:= an open source patent-free speech compression codec PKG_SECTION:= libs @@ -26,6 +26,6 @@ XAKE_FLAGS+= bin_PROGRAMS="" libspeex-install: ${INSTALL_DIR} ${IDIR_LIBSPEEX}/usr/lib - ${CP} ${WRKINST}/usr/lib/libspeex.so* ${IDIR_LIBSPEEX}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libspeex*.so* ${IDIR_LIBSPEEX}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk |