mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix ordering
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
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."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2015 Philip Kendall and FUSE contributors"
|
||||
HOMEPAGE="http://fuse-emulator.sourceforge.net/fuse.php"
|
||||
|
||||
COPYRIGHT="2003-2015 Philip Kendall and FUSE contributors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://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"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
fuse_utils = $portVersion
|
||||
cmd:createhdf
|
||||
@@ -27,7 +27,6 @@ PROVIDES="
|
||||
cmd:tapeconv
|
||||
cmd:tzxlist
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libbz2
|
||||
@@ -47,7 +46,6 @@ BUILD_REQUIRES="
|
||||
devel:libspectrum
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user