wok view fuse-emulator/receipt @ rev 9774

bridge-utils: fix WGET_URL and clean
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:31:48 2011 +0200 (2011-05-11)
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 }