mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Add HxC floppy emulator tools and libraries.
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
SUMMARY="Command-line tools for the HxC floppy emulator"
|
||||
DESCRIPTION="Tools for manipulating and converting floppy disk images in the
|
||||
HFE format used by the HxC floppy emulator, and driving the USB version of the
|
||||
emulator."
|
||||
HOMEPAGE="http://hxc2001.com/"
|
||||
COPYRIGHT="2006-2016 Jean-François Del Nero"
|
||||
LICENSE="GNU GPL v3"
|
||||
SOURCE_URI="https://github.com/jfdelnero/HxCFloppyEmulator_cmdline/archive/HxCFloppyEmulator_cmdline_V2_0_0_0.tar.gz"
|
||||
CHECKSUM_SHA256="db022b6c280b515c5c413903d885caa48097d67347eda017341beef8859e097b"
|
||||
SOURCE_DIR="HxCFloppyEmulator_cmdline-HxCFloppyEmulator_cmdline_V2_0_0_0"
|
||||
PATCHES="hxcfloppyemulator_cmdline-2.0.0.0.patchset"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
hxcfloppyemulator_cmdline$secondaryArchSuffix = $portVersion
|
||||
cmd:hxcfe$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libhxcfe$secondaryArchSuffix
|
||||
lib:libusbhxcfe$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libhxcfe$secondaryArchSuffix
|
||||
devel:libusbhxcfe$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd build
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $binDir
|
||||
cp build/hxcfe $binDir
|
||||
}
|
||||
Reference in New Issue
Block a user