mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
cpctools: update to new release.
Some of the tools have been split to separate git repos and I'll make new recipes.
This commit is contained in:
@@ -7,13 +7,13 @@ 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"
|
||||
2008-2019 Romain Giot, Adrien Destugues, Quentin Carlier, Mauricio Muñoz Lucero and other contributors"
|
||||
LICENSE="MIT
|
||||
GNU GPL v2"
|
||||
REVISION="6"
|
||||
SOURCE_URI="https://github.com/cpcsdk/cpctools/archive/ac9ebe65c7eb49bc1175050d4a6d912bbf5856f5.tar.gz"
|
||||
CHECKSUM_SHA256="a4bb951fb5866e2db4a87a4104187bb5265f3de089f3ed500b132d6cd0dd9942"
|
||||
SOURCE_DIR="cpctools-ac9ebe65c7eb49bc1175050d4a6d912bbf5856f5"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/cpcsdk/cpctools/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e36b873e092dbe31a6a9a53423acc525c56680bf030372d992adf9741d59398f"
|
||||
SOURCE_DIR="cpctools-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
@@ -26,9 +26,6 @@ PROVIDES="
|
||||
cmd:damsConverter
|
||||
cmd:dataDBGenerator
|
||||
cmd:dataLinker
|
||||
cmd:hideur
|
||||
cmd:png2crtc
|
||||
cmd:raw2crtc
|
||||
lib:libcpc
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -57,14 +54,6 @@ BUILD()
|
||||
cmake ../cpctools $cmakeDirArgs
|
||||
make $jobArgs
|
||||
popd
|
||||
|
||||
pushd gfx2crtc
|
||||
make $jobArgs
|
||||
popd
|
||||
|
||||
pushd hideur_maikeur
|
||||
make $jobArgs
|
||||
popd
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
@@ -72,7 +61,6 @@ INSTALL()
|
||||
pushd cpctools.build
|
||||
make install
|
||||
popd
|
||||
cp gfx2crtc/{png2crtc,raw2crtc} hideur_maikeur/hideur $binDir
|
||||
|
||||
rm -rf $prefix/docs
|
||||
}
|
||||
Reference in New Issue
Block a user