mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
flite, remove static libraries (#7975)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user