wok-stable diff fuse-emulator/receipt @ rev 9481
Removed more unneed strip lines (those ones are handled by Tazwok).
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Apr 04 13:45:45 2011 +0000 (2011-04-04) |
parents | |
children | 3d847ed49092 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fuse-emulator/receipt Mon Apr 04 13:45:45 2011 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fuse-emulator" 1.7 +VERSION="1.0.0.1" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="ZX Spectrum emulator" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="alsa-lib gtk+ libpng libspectrum libxml2" 1.12 +# make SOURCE fuse-emulator so the source tarball 1.13 +# is not named fuse-$VERSION.tar.lzma 1.14 +SOURCE="fuse-emulator" 1.15 +TARBALL="fuse-$VERSION.tar.gz" 1.16 +WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php" 1.17 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./configure && make && make install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/share 1.30 + cp -a $_pkg/usr/bin $fs/usr 1.31 + cp -a $_pkg/usr/share/fuse $fs/usr/share 1.32 +} 1.33 +