wok view fuse-emulator/receipt @ rev 9457

Add fuse-emulator and libspectrum.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 03 07:29:03 2011 +0000 (2011-04-03)
parents
children 3d847ed49092
line source
1 # SliTaz package receipt.
3 PACKAGE="fuse-emulator"
4 VERSION="1.0.0.1"
5 CATEGORY="games"
6 SHORT_DESC="ZX Spectrum emulator"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="alsa-lib gtk+ libpng libspectrum libxml2"
9 # make SOURCE fuse-emulator so the source tarball
10 # is not named fuse-$VERSION.tar.lzma
11 SOURCE="fuse-emulator"
12 TARBALL="fuse-$VERSION.tar.gz"
13 WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php"
14 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share/fuse $fs/usr/share
29 }