wok-next diff sdl-sound/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | b84b01f3048e |
children |
line diff
1.1 --- a/sdl-sound/receipt Sat Sep 29 16:54:07 2018 +0300 1.2 +++ b/sdl-sound/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -10,11 +10,14 @@ 1.4 1.5 TARBALL="SDL_sound-$VERSION.tar.gz" 1.6 WGET_URL="https://icculus.org/SDL_sound/downloads/$TARBALL" 1.7 +TARBALL_SHA1="1984bc20b2c756dc71107a5a0a8cebfe07e58cb1" 1.8 1.9 -BUILD_DEPENDS="gfortran libsdl-dev libsmpeg-dev libmikmod-dev libmodplug-dev \ 1.10 +BUILD_DEPENDS="gfortran sdl-dev smpeg-dev libmikmod-dev libmodplug-dev \ 1.11 libogg-dev libvorbis-dev flac-dev speex-dev physfs-dev" 1.12 SPLIT="$PACKAGE-dev" 1.13 1.14 +DEPENDS_std="flac libmikmod libmodplug libogg sdl libvorbis physfs speex" 1.15 + 1.16 compile_rules() { 1.17 ./configure \ 1.18 --disable-static \ 1.19 @@ -23,16 +26,3 @@ 1.20 make && 1.21 make install 1.22 } 1.23 - 1.24 -genpkg_rules() { 1.25 - case $PACKAGE in 1.26 - sdl-sound) 1.27 - copy @std 1.28 - DEPENDS="flac libmikmod libmodplug libogg libsdl libvorbis physfs \ 1.29 - speex" 1.30 - ;; 1.31 - *-dev) 1.32 - copy @dev 1.33 - ;; 1.34 - esac 1.35 -}