mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
IFF catalog: update to version 0.2.
As usual, bugs only show up after making releases…
This commit is contained in:
42
haiku-misc/iff_catalog/iff_catalog-0.2.recipe
Normal file
42
haiku-misc/iff_catalog/iff_catalog-0.2.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/$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d19d5733a2ea2f0d21ffaece16e24a0435b28303ae5686d2615bc45330c118e9"
|
||||
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()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $addOnsDir/locale/catalogs
|
||||
cp objects/IFF $addOnsDir/locale/catalogs/
|
||||
}
|
||||
Reference in New Issue
Block a user