wok-next view fceux/receipt @ rev 20040

Up fceux (2.2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:21:14 2017 +0200 (2017-10-22)
parents 17e313b5b9c1
children c0521c689857
line source
1 # SliTaz package receipt.
3 PACKAGE="fceux"
4 VERSION="2.2.3"
5 CATEGORY="games"
6 SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.src.tar.gz"
10 WEB_SITE="http://fceux.com/web/home.html"
11 WGET_URL="$SF_MIRROR/fceultra/Source%20Code/$VERSION%20src/$TARBALL"
12 TAGS="emulator nes"
14 DEPENDS="libsdl lua gtk+"
15 BUILD_DEPENDS="scons mesa-dev libsdl-dev lua-dev gtk+-dev zlib-dev \
16 elfutils-dev libglu-mesa-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 scons
22 sed -i "s|/usr/local|$DESTDIR/usr|" SConstruct
23 scons install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 }