Files
haikuports/app-emulation/fuse-utils/fuse_utils-1.1.1.recipe
Adrien Destugues 96c1fe7f67 FUSE: fixes and adjustments
- Wrong name was used for patchset
- Use https URLs from sourceforge to save one redirect
- gcc2 build fix at the proper place (previously a generated file had
  been modified).

Thanks to Sergio Baldovi for contributing those.
2016-03-26 17:44:16 +01:00

66 lines
1.2 KiB
Bash

SUMMARY="ZX Spectrum emulator utilities"
DESCRIPTION="Several tools to manage files in ZX spectrum emulator formats:
disk and tape images, machine state snapshots, and a few other things."
HOMEPAGE="http://fuse-emulator.sourceforge.net/fuse.php"
COPYRIGHT="2003-2015 Philip Kendall and FUSE contributors"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://sourceforge.net/projects/fuse-emulator/files/fuse-utils/$portVersion/fuse-utils-$portVersion.tar.gz"
CHECKSUM_SHA256="7c36c0b42805661a06c21aede3461ffc8ccdb5ce56fe232875bf86e79f77c93c"
SOURCE_DIR="fuse-utils-$portVersion"
PATCHES="fuse_utils-$portVersion.patchset"
ARCHITECTURES="x86_gcc2"
PROVIDES="
fuse_utils = $portVersion
cmd:createhdf
cmd:fmfconv
cmd:listbasic
cmd:profile2map
cmd:raw2hdf
cmd:rzxdump
cmd:rzxtool
cmd:scl2trd
cmd:snap2tzx
cmd:snapconv
cmd:tapeconv
cmd:tzxlist
"
REQUIRES="
haiku
lib:libbz2
lib:libavcodec
lib:libavformat
lib:libavutil
lib:libswscale
lib:libspectrum
lib:libz
"
BUILD_REQUIRES="
haiku_devel
devel:libavformat
devel:libbz2
devel:libgcrypt
devel:libspectrum
devel:libz
"
BUILD_PREREQUIRES="
cmd:awk
cmd:gcc
cmd:make
cmd:pkg_config
"
BUILD()
{
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
}