wok-next view gens-gs/receipt @ rev 20502

Swap: current mesa (which is developing and change it's version) is just mesa, while old mesa is mesa12 now (will be removed if no one old package require it).
Also, change long names to its origins: libglu-mesa -> glu, libglw-mesa -> glw, all variations with libegl -> mesa-libegl (because it is part of mesa package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 00:27:34 2018 +0200 (2018-03-16)
parents 9d604775ef23
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gens-gs"
4 VERSION="2.15.5_gs_r7"
5 _VERSION=gs-r7
6 CATEGORY="games"
7 SHORT_DESC="An emulator for Sega Genesis, Sega CD and 32X"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="http://info.sonicretro.org/Gens/GS"
11 HOST_ARCH="i486" # cite: configure: error: 64-bit is currently not supported.
13 TARBALL="Gens-${_VERSION}.tar.gz"
14 WGET_URL="http://segaretro.org/images/6/6d/$TARBALL"
16 BUILD_DEPENDS="gtk+-dev libsdl libsdl-dev nasm autoconf automake"
18 compile_rules() {
19 chmod +x install-sh
20 ./configure $CONFIGURE_ARGS
21 find -name "Makefile" | xargs sed -i 's|-DGTK_DISABLE_DEPRECATED||g'
22 make -j1 && make -j1 DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="gtk+ libsdl glu"
28 TAGS="emulator sega"
29 }