mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
sdl(2)_ttf, remove static libraries (#7579)
This commit is contained in:
@@ -9,7 +9,7 @@ without much effort."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251"
|
||||
SOURCE_DIR="SDL2_ttf-$portVersion"
|
||||
@@ -75,7 +75,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libSDL2_ttf.la
|
||||
rm $libDir/libSDL2_ttf.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libSDL2_ttf \
|
||||
libSDL2_ttf-2.0
|
||||
|
||||
@@ -8,7 +8,7 @@ without much effort."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/release-1.2.html"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="7"
|
||||
REVISION="8"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz"
|
||||
CHECKSUM_SHA256="724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7"
|
||||
SOURCE_DIR="SDL_ttf-$portVersion"
|
||||
@@ -76,7 +76,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libSDL_ttf.la
|
||||
rm $libDir/libSDL_ttf.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libSDL_ttf \
|
||||
libSDL_ttf-2.0
|
||||
|
||||
Reference in New Issue
Block a user