wok-next diff gens-gs/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents 0f2575775b2d
children
line diff
     1.1 --- a/gens-gs/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.2 +++ b/gens-gs/receipt	Sat Jun 20 16:34:10 2020 +0100
     1.3 @@ -5,26 +5,32 @@
     1.4  _VERSION=gs-r7
     1.5  CATEGORY="games"
     1.6  SHORT_DESC="An emulator for Sega Genesis, Sega CD and 32X"
     1.7 -MAINTAINER="devel@slitaz.org"
     1.8 +MAINTAINER="maintainer@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="https://segaretro.org/Gens/GS"
    1.11 -HOST_ARCH="i486" # quote: configure: error: 64-bit is currently not supported.
    1.12  
    1.13  TARBALL="Gens-${_VERSION}.tar.gz"
    1.14  WGET_URL="http://segaretro.org/images/6/6d/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="gtk2-dev sdl sdl-dev nasm autoconf automake"
    1.17 +BUILD_DEPENDS="autoconf automake gtk2-dev nasm sdl sdl-dev"
    1.18  
    1.19 -compile_rules() {
    1.20 +HOST_ARCH="i486" # quote: configure: error: 64-bit is currently not supported.
    1.21 +
    1.22 +compile_rules()
    1.23 +{
    1.24  	chmod +x install-sh
    1.25 +
    1.26  	./configure $CONFIGURE_ARGS
    1.27 +
    1.28  	find -name "Makefile" | xargs sed -i 's|-DGTK_DISABLE_DEPRECATED||g'
    1.29 +
    1.30  	make -j1 &&
    1.31  	make -j1 DESTDIR=$install install
    1.32  }
    1.33  
    1.34 -genpkg_rules() {
    1.35 +genpkg_rules()
    1.36 +{
    1.37  	copy @std
    1.38 -	DEPENDS="gtk2 sdl glu"
    1.39 +	DEPENDS="glu gtk2 sdl"
    1.40  	TAGS="emulator sega"
    1.41  }