mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add a recipe for cpctools.
* Haikuporter complains of missing provides, because of uppercase in cmd: entries. Not sure what to do with that.
This commit is contained in:
63
dev-embedded/cpcsdk/cpctools-0.3.0.recipe
Normal file
63
dev-embedded/cpcsdk/cpctools-0.3.0.recipe
Normal file
@@ -0,0 +1,63 @@
|
||||
SUMMARY="Tools for Amstrad/Schneider CPC software development"
|
||||
DESCRIPTION="This is a collection of various tools for cross development for \
|
||||
Amstrad CPC machines. The goal is to provide a fast and automated \"modify, \
|
||||
build, run\" development cycle in line with the UNIX way of doing things.
|
||||
|
||||
Some graphical tools are also provided, with a focus on debugging, analyzing, \
|
||||
reverse engineering and experimentations."
|
||||
HOMEPAGE="https://github.com/cpcsdk/cpctools"
|
||||
COPYRIGHT="
|
||||
2005 Thierry Jouin
|
||||
2008-2015 Romain Giot, Adrien Destugues, Quentin Carlier, Mauricio Muñoz Lucero
|
||||
"
|
||||
LICENSE="
|
||||
MIT
|
||||
GNU GPL v2
|
||||
"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
SOURCE_URI="git+https://github.com/cpcsdk/cpctools.git#ac9ebe65c7eb49bc1175050d4a6d912bbf5856f5"
|
||||
|
||||
PROVIDES="
|
||||
cpctools = $portVersion
|
||||
cmd:aft2
|
||||
cmd:cpcDSK
|
||||
cmd:cpcfs
|
||||
cmd:createSnapshot
|
||||
cmd:damsConverter
|
||||
cmd:dataDBGenerator
|
||||
cmd:dataLinker
|
||||
lib:libcpc
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libdsk
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libdsk
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p cpctools.build
|
||||
cd cpctools.build
|
||||
cmake ../cpctools $cmakeDirArgs
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd cpctools.build
|
||||
make install
|
||||
rm -rf $prefix/docs
|
||||
}
|
||||
Reference in New Issue
Block a user