wok view fuse-emulator/receipt @ rev 12531

kmod: install in /sbin /bin /lib, do symlinks and use xz/lzma compression
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 11:15:08 2012 +0200 (2012-04-25)
parents 3d847ed49092
children a0250385f2a5
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 $CONFIGURE_ARGS && 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 }