wok-next diff manaplus/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line diff
     1.1 --- a/manaplus/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/manaplus/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev \
     1.8 -libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev libpng-dev zlib-dev"
     1.9 +BUILD_DEPENDS="curl-dev enet libxml2-dev sdl-mixer-dev sdl-image-dev \
    1.10 +sdl-net-dev sdl-ttf-dev sdl-gfx-dev physfs-dev libpng-dev zlib-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	./configure \
    1.14 @@ -25,6 +25,6 @@
    1.15  
    1.16  genpkg_rules() {
    1.17  	copy @std
    1.18 -	DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net \
    1.19 -	libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib"
    1.20 +	DEPENDS="curl physfs libxml2 sdl-mixer sdl-image sdl-net \
    1.21 +	sdl-ttf libpng sdl-gfx ttf-dejavu zlib"
    1.22  }