wok-next diff linuxconsoletools/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents d5aab818505e
children
line diff
     1.1 --- a/linuxconsoletools/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/linuxconsoletools/receipt	Tue Jun 30 15:37:32 2020 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="https://sourceforge.net/projects/linuxconsole/"
     1.5  WGET_URL="$SF_MIRROR/linuxconsole/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl-dev"
     1.8 +BUILD_DEPENDS="sdl-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	export PREFIX=/usr
    1.12 @@ -23,5 +23,5 @@
    1.13  	mkdir -p $fs/usr/share
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15  	cp -a $install/usr/share/joystick $fs/usr/share
    1.16 -	DEPENDS="libsdl"
    1.17 +	DEPENDS="sdl"
    1.18  }