wok-next diff sdl-sound/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
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	Thu Apr 09 16:25:22 2020 +0100
     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 -}