sdl(2)_gfx, remove static libraries (#7577)

This commit is contained in:
Schrijvers Luc
2022-12-17 18:32:14 +01:00
committed by GitHub
parent adbc8d10a0
commit 423f112578
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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