wok-next annotate mupen64plus/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents a244e109372e
children d5aab818505e
rev   line source
al@20504 1 # SliTaz package receipt v2.
slaxemulator@6800 2
slaxemulator@6800 3 PACKAGE="mupen64plus"
al@18573 4 VERSION="2.5"
slaxemulator@6800 5 CATEGORY="games"
slaxemulator@6800 6 SHORT_DESC="Nintendo64 Emulator"
slaxemulator@6800 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15583 8 LICENSE="GPL2"
al@20504 9 WEB_SITE="http://www.mupen64plus.org/"
al@20504 10
al@18573 11 TARBALL="$PACKAGE-bundle-src-$VERSION.tar.gz"
al@18573 12 WGET_URL="https://github.com/mupen64plus/mupen64plus-core/releases/download/$VERSION/$TARBALL"
slaxemulator@6800 13
al@21017 14 BUILD_DEPENDS="gtk2-dev boost-dev boost-filesystem glu-dev \
al@20504 15 libsamplerate-dev libsdl-dev libsdl-ttf-dev mesa-dev speex-dev yasm zlib-dev \
al@20504 16 speexdsp-dev"
pascal@13796 17
al@20504 18 compile_rules() {
al@18573 19 export PREFIX=/usr DESTDIR=$install
al@18573 20 ./m64p_build.sh &&
al@20504 21 ./m64p_install.sh || return 1
al@20504 22
al@20504 23 find $install -name '*.so*' -exec chmod 755 '{}' \;
slaxemulator@6800 24 }
slaxemulator@6800 25
al@20504 26 genpkg_rules() {
al@20504 27 copy @std
al@20915 28 DEPENDS="freetype glu boost-filesystem boost-system libpng16 \
al@20504 29 libsamplerate libsdl mesa speexdsp zlib"
al@20504 30 TAGS="emulator nintendo64"
slaxemulator@6800 31 }