wok-next diff eduke32/receipt @ rev 21087

Updates...
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 7fa4f9893159
children f873de7b16ce
line diff
     1.1 --- a/eduke32/receipt	Thu Oct 04 11:45:29 2018 +0300
     1.2 +++ b/eduke32/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="eduke32_src_$VERSION.tar.xz"
     1.5  WGET_URL="https://dukeworld.com/eduke32/synthesis/$VERSION/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl2-dev glu-dev mesa-dev libsdl2-mixer-dev libvpx-dev \
     1.8 +BUILD_DEPENDS="sdl2-dev glu-dev mesa-dev sdl2-mixer-dev libvpx-dev \
     1.9  libvorbis-dev flac-dev fluidsynth-dev nasm"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -23,7 +23,7 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="flac libsdl2 libsdl2-mixer libvorbis libvpx"
    1.17 +	DEPENDS="flac sdl2 sdl2-mixer libvorbis libvpx"
    1.18  	SUGGESTED="eduke32-shareware-data fluidsynth"
    1.19  	TAGS="shooting"
    1.20  }