diff --git a/haiku-misc/iff_ilbm_translator/iff_ilbm_translator-2.0.2.recipe b/haiku-misc/iff_ilbm_translator/iff_ilbm_translator-2.0.2.recipe new file mode 100644 index 000000000..a96c77d25 --- /dev/null +++ b/haiku-misc/iff_ilbm_translator/iff_ilbm_translator-2.0.2.recipe @@ -0,0 +1,45 @@ +SUMMARY="Amiga IFF ILBM image translator add-on" +DESCRIPTION="IFF_ILBMTranslator is a translator add-on for reading and writing \ +the Amiga's IFF ILBM (interleaved bitmap) format. Images with 1-8 and 24 \ +bitplanes are supported, as are the EHB, HAM, and HAM8 formats." +HOMEPAGE="http://edmundv.home.xs4all.nl/sw/" +COPYRIGHT="1997-1999 Edmund Vermeulen, Tim Stack" +LICENSE="Public Domain" +REVISION="1" + +SOURCE_URI="http://edmundv.home.xs4all.nl/sw/IFF_ILBMTranslator.zip" +CHECKSUM_SHA256="e2bc253164d7b5970b4de181803345c26b7162830c1157c725f0c0ffe8d72cdc" +SOURCE_DIR="IFF_ILBMTranslator" +PATCHES="iff_ilbm_translator-$portVersion.patchset" + +ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + iff_ilbm_translator$secondaryArchSuffix = $portVersion + add_on:iff_ilbmtranslator$secondaryArchSuffix = $portVersion + " + +REQUIRES=" + haiku$secondaryArchSuffix + " + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + " + +BUILD_PREREQUIRES=" + makefile_engine + cmd:make + cmd:gcc$secondaryArchSuffix + " + +BUILD() +{ + make $jobArgs +} + +INSTALL() +{ + make install INSTALL_DIR=$addOnsDir/Translators +} diff --git a/haiku-misc/iff_ilbm_translator/patches/iff_ilbm_translator-2.0.2.patchset b/haiku-misc/iff_ilbm_translator/patches/iff_ilbm_translator-2.0.2.patchset new file mode 100644 index 000000000..c7824492d --- /dev/null +++ b/haiku-misc/iff_ilbm_translator/patches/iff_ilbm_translator-2.0.2.patchset @@ -0,0 +1,20 @@ +From 8e0489500a0924c1dc74cc3a9621a193336acaf3 Mon Sep 17 00:00:00 2001 +From: Adrien Destugues +Date: Mon, 31 Aug 2015 18:33:22 +0200 +Subject: Fix makefile_engine path. + + +diff --git a/makefile b/makefile +index dc29538..61ad43f 100644 +--- a/makefile ++++ b/makefile +@@ -93,5 +93,5 @@ LINKER_FLAGS = + + + ## include the makefile-engine +-include /boot/develop/etc/makefile-engine ++include /system/develop/etc/makefile-engine + +-- +2.2.2 +