# HG changeset patch # User Hans-G?nter Theisgen # Date 1575730278 -3600 # Node ID ddda7dee9b0599b3746af7fe3c1437d257935ac2 # Parent f78210db36f0a32e60e411324c8d079215d8c3d2 try to build gens-gs again diff -r f78210db36f0 -r ddda7dee9b05 gens-gs/receipt --- a/gens-gs/receipt Sat Dec 07 15:44:52 2019 +0100 +++ b/gens-gs/receipt Sat Dec 07 15:51:18 2019 +0100 @@ -5,26 +5,32 @@ _VERSION=gs-r7 CATEGORY="games" SHORT_DESC="An emulator for Sega Genesis, Sega CD and 32X" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" WEB_SITE="https://segaretro.org/Gens/GS" -HOST_ARCH="i486" # quote: configure: error: 64-bit is currently not supported. TARBALL="Gens-${_VERSION}.tar.gz" WGET_URL="http://segaretro.org/images/6/6d/$TARBALL" -BUILD_DEPENDS="gtk2-dev sdl sdl-dev nasm autoconf automake" +BUILD_DEPENDS="autoconf automake gtk2-dev nasm sdl sdl-dev" -compile_rules() { +HOST_ARCH="i486" # quote: configure: error: 64-bit is currently not supported. + +compile_rules() +{ chmod +x install-sh + ./configure $CONFIGURE_ARGS + find -name "Makefile" | xargs sed -i 's|-DGTK_DISABLE_DEPRECATED||g' + make -j1 && make -j1 DESTDIR=$install install } -genpkg_rules() { +genpkg_rules() +{ copy @std - DEPENDS="gtk2 sdl glu" + DEPENDS="glu gtk2 sdl" TAGS="emulator sega" }