mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
sdl(2)_gfx, remove static libraries (#7577)
This commit is contained in:
@@ -6,7 +6,7 @@ which implemented a interpolating rotozoomer for SDL_surfaces."
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
COPYRIGHT="1999-2018 A. Schiffler"
|
||||
LICENSE="Zlib"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262"
|
||||
SOURCE_DIR="SDL2_gfx-$portVersion"
|
||||
@@ -66,7 +66,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
#remove libtool file
|
||||
rm $libDir/*.la
|
||||
rm $libDir/*.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libSDL2_gfx libSDL2_gfx-1.0
|
||||
fixPkgconfig
|
||||
|
||||
@@ -7,7 +7,7 @@ which implemented a interpolating rotozoomer for SDL_surfaces.
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
COPYRIGHT="1999-2012 A. Schiffler"
|
||||
LICENSE="Zlib"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446"
|
||||
SOURCE_DIR="SDL_gfx-$portVersion"
|
||||
@@ -64,7 +64,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libSDL_gfx.la
|
||||
rm $libDir/libSDL_gfx.{a,la}
|
||||
|
||||
prepareInstalledDevelLib libSDL_gfx
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user