# SliTaz package receipt. PACKAGE="fuse-emulator" VERSION="1.0.0.1" CATEGORY="games" SHORT_DESC="ZX Spectrum emulator" MAINTAINER="slaxemulator@gmail.com" # make SOURCE fuse-emulator so the source tarball # is not named fuse-$VERSION.tar.lzma SOURCE="fuse-emulator" TARBALL="fuse-$VERSION.tar.gz" WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" DEPENDS="alsa-lib gtk+ libpng libspectrum libxml2" BUILD_DEPENDS="alsa-lib-dev gtk+-dev libpng-dev libspectrum-dev libxml2-dev" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/fuse $fs/usr/share }