flite, remove static libraries (#7975)

This commit is contained in:
Schrijvers Luc
2023-03-18 13:19:49 +01:00
committed by GitHub
parent 1c78b6fcea
commit 7d69a975cb

View File

@@ -18,7 +18,7 @@ COPYRIGHT="1986 University of Toronto
# Although individually many files have different licenses, as a whole this
# license covers all the files.
LICENSE="Flite"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/festvox/flite/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="ab1555fe5adc3f99f1d4a1a0eb1596d329fd6d74f1464a0097c81f53c0cf9e5c"
SOURCE_DIR="flite-${portVersion}"
@@ -126,6 +126,10 @@ BUILD()
INSTALL()
{
make install
# remove static libraries
rm $libDir/*.a
prepareInstalledDevelLibs \
libflite \
libflite_cmu_grapheme_lang \