mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add recipe for IFF ILBM translator.
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
From 8e0489500a0924c1dc74cc3a9621a193336acaf3 Mon Sep 17 00:00:00 2001
|
||||
From: Adrien Destugues <pulkomandy@gmail.com>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user