wok-next annotate fceux/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 b360be0d4e48
children 33df80a31584
rev   line source
slaxemulator@7174 1 # SliTaz package receipt.
slaxemulator@7174 2
slaxemulator@7174 3 PACKAGE="fceux"
pascal@20040 4 VERSION="2.2.3"
slaxemulator@7174 5 CATEGORY="games"
slaxemulator@7174 6 SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support"
slaxemulator@7174 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15002 8 LICENSE="GPL2"
pascal@20040 9 TARBALL="$PACKAGE-$VERSION.src.tar.gz"
slaxemulator@7174 10 WEB_SITE="http://fceux.com/web/home.html"
pascal@20040 11 WGET_URL="$SF_MIRROR/fceultra/Source%20Code/$VERSION%20src/$TARBALL"
pascal@13041 12 TAGS="emulator nes"
slaxemulator@7174 13
pascal@13796 14 DEPENDS="libsdl lua gtk+"
pascal@20040 15 BUILD_DEPENDS="scons mesa-dev libsdl-dev lua-dev gtk+-dev zlib-dev \
al@20502 16 elfutils-dev glu-dev"
pascal@13796 17
slaxemulator@7174 18 # Rules to configure and make the package.
slaxemulator@7174 19 compile_rules()
slaxemulator@7174 20 {
slaxemulator@7174 21 scons
gokhlayeh@12126 22 sed -i "s|/usr/local|$DESTDIR/usr|" SConstruct
slaxemulator@7174 23 scons install
slaxemulator@7174 24 }
slaxemulator@7174 25
slaxemulator@7174 26 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7174 27 genpkg_rules()
slaxemulator@7174 28 {
slaxemulator@7174 29 mkdir -p $fs/usr
pascal@13796 30 cp -a $install/usr/bin $fs/usr
slaxemulator@7174 31 }