wok-next view mupen64plus/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents d5aab818505e
children 0f2575775b2d
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 libsdl-dev libsdl-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 libsdl mesa speexdsp zlib"
30 TAGS="emulator nintendo64"
31 }