1
0
forked from pool/SDL_sound

extra link for old makefiles

OBS-URL: https://build.opensuse.org/package/show/games/SDL_sound?expand=0&rev=22
This commit is contained in:
Jan Engelhardt 2022-03-26 15:32:28 +00:00 committed by Git OBS Bridge
parent cef2b6d0da
commit 1f87d5f6ae

View File

@ -81,6 +81,7 @@ on-the-fly and behind-the-scenes.
b="%buildroot"
mkdir -p "$b/%_libdir" "$b/%_includedir/SDL" "$b/%_bindir"
cp -av build/libSDL* "$b/%_libdir/"
ln -s libSDL2_sound.so "$b/%_libdir/libSDL_sound.so"
cp -av src/SDL_sound.h "$b/%_includedir/SDL/"
cp -av build/play* "$b/%_bindir/"