wok-next rev 21276
try to build gens-gs again
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 15:51:18 2019 +0100 (2019-12-07) |
parents | f78210db36f0 |
children | 9484af62ebcd |
files | gens-gs/receipt |
line diff
1.1 --- a/gens-gs/receipt Sat Dec 07 15:44:52 2019 +0100 1.2 +++ b/gens-gs/receipt Sat Dec 07 15:51:18 2019 +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 }