wok view fuse-emulator/receipt @ rev 10587

python-pygame: update bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 11:58:43 2011 +0200 (2011-05-26)
parents ce522e556202
children b7319995b37e
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 # make SOURCE fuse-emulator so the source tarball
9 # is not named fuse-$VERSION.tar.lzma
10 SOURCE="fuse-emulator"
11 TARBALL="fuse-$VERSION.tar.gz"
12 WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php"
13 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
15 DEPENDS="alsa-lib gtk+ libpng libspectrum libxml2"
16 BUILD_DEPENDS="alsa-lib-dev gtk+-dev libpng-dev libspectrum-dev libxml2-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/share/fuse $fs/usr/share
31 }