mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
sdl(2)_mixer, remove static libraries (#7575)
This commit is contained in:
@@ -7,7 +7,7 @@ Ogg Vorbis, and SMPEG MP3 libraries."
|
||||
HOMEPAGE="https://www.libsdl.org/projects/SDL_mixer/"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419"
|
||||
SOURCE_DIR="SDL2_mixer-$portVersion"
|
||||
@@ -81,7 +81,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
#remove libtool file
|
||||
rm $libDir/*.la
|
||||
rm $libDir/*.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libSDL2_mixer libSDL2_mixer-2.0
|
||||
fixPkgconfig
|
||||
|
||||
@@ -6,7 +6,7 @@ MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="9"
|
||||
REVISION="10"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz"
|
||||
CHECKSUM_SHA256="1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a"
|
||||
SOURCE_DIR="SDL_mixer-$portVersion"
|
||||
@@ -87,7 +87,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libSDL_mixer.la
|
||||
rm $libDir/libSDL_mixer.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libSDL_mixer libSDL_mixer-1.2
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user