wok-next view fuse-emulator/receipt @ rev 14142
libnetfilter_queue*: up 1.0.2
| author | Samuel Trassare <samuel_trassare@yahoo.com> | 
|---|---|
| date | Fri Mar 01 08:38:36 2013 -0800 (2013-03-01) | 
| parents | b7319995b37e | 
| children | 408c87fa22ca | 
 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"
    14 TAGS="emulator spectrum"
    16 DEPENDS="alsa-lib gtk+ libpng libspectrum libxml2"
    17 BUILD_DEPENDS="alsa-lib-dev gtk+-dev libpng-dev libspectrum-dev libxml2-dev"
    19 # Rules to configure and make the package.
    20 compile_rules()
    21 {
    22 	cd $src
    23 	./configure $CONFIGURE_ARGS && make && make install
    24 }
    26 # Rules to gen a SliTaz package suitable for Tazpkg.
    27 genpkg_rules()
    28 {
    29 	mkdir -p $fs/usr/share
    30 	cp -a $_pkg/usr/bin $fs/usr
    31 	cp -a $_pkg/usr/share/fuse $fs/usr/share
    32 }