wok-next view mupen64plus/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mupen64plus"
4 VERSION="2.5"
5 CATEGORY="games"
6 SHORT_DESC="Nintendo64 Emulator"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mupen64plus.org/"
11 TARBALL="$PACKAGE-bundle-src-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mupen64plus/mupen64plus-core/releases/download/$VERSION/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev boost-dev boost-filesystem glu-dev \
15 libsamplerate-dev sdl-dev sdl-ttf-dev mesa-dev speex-dev yasm zlib-dev \
16 speexdsp-dev"
18 compile_rules() {
19 export PREFIX=/usr DESTDIR=$install
20 ./m64p_build.sh &&
21 ./m64p_install.sh || return 1
23 find $install -name '*.so*' -exec chmod 755 '{}' \;
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="freetype glu boost-filesystem boost-system libpng \
29 libsamplerate sdl mesa speexdsp zlib"
30 TAGS="emulator nintendo64"
31 }