mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
sdl_sound, remove static library (#7580)
This commit is contained in:
@@ -5,7 +5,7 @@ playback tasks simpler."
|
||||
HOMEPAGE="http://www.icculus.org/SDL_sound"
|
||||
COPYRIGHT="2001-2009 Ryan C. Gordon"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="8"
|
||||
REVISION="9"
|
||||
SOURCE_URI="http://icculus.org/SDL_sound/downloads/SDL_sound-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df"
|
||||
SOURCE_DIR="SDL_sound-$portVersion"
|
||||
@@ -83,7 +83,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libSDL_sound.la
|
||||
rm $libDir/libSDL_sound.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libSDL_sound \
|
||||
libSDL_sound-1.0
|
||||
|
||||
Reference in New Issue
Block a user