mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Add recipe for IFF catalog.
This commit is contained in:
42
haiku-misc/iff_catalog/iff_catalog-0.1.recipe
Normal file
42
haiku-misc/iff_catalog/iff_catalog-0.1.recipe
Normal file
@@ -0,0 +1,42 @@
|
||||
SUMMARY="Catalog add-on for IFF locale files"
|
||||
DESCRIPTION="This catalog add-on loads catalogs in IFF format, as used for
|
||||
localization on AmigaOS and other Amiga-like systems."
|
||||
HOMEPAGE="https://github.com/pulkomandy/iffcatalog"
|
||||
COPYRIGHT="2015 Adrien Destugues"
|
||||
LICENSE="MIT"
|
||||
SOURCE_URI="https://github.com/pulkomandy/IFFCatalog/archive/0.1.tar.gz"
|
||||
SOURCE_FILENAME="$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3418eaf4e4a6ec66f3967943a72d3a54f9077963faaa544104425c12d0141dd3"
|
||||
SOURCE_DIR="IFFCatalog-$portVersion"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
iff_catalog$secondaryArchSuffix = $portVersion
|
||||
add_on:iff_catalog$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p $addOnsDir/locale/catalogs
|
||||
cp objects/IFF $addOnsDir/locale/catalogs/
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install OBJ_DIR=objects
|
||||
}
|
||||
Reference in New Issue
Block a user