From 852f05f827e2f21a46020c962429fb0233dfca41 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 13 Nov 2017 22:06:43 +0100 Subject: [PATCH] IFF catalog: update to version 0.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As usual, bugs only show up after making releases… --- .../{iff_catalog-0.1.recipe => iff_catalog-0.2.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename haiku-misc/iff_catalog/{iff_catalog-0.1.recipe => iff_catalog-0.2.recipe} (81%) diff --git a/haiku-misc/iff_catalog/iff_catalog-0.1.recipe b/haiku-misc/iff_catalog/iff_catalog-0.2.recipe similarity index 81% rename from haiku-misc/iff_catalog/iff_catalog-0.1.recipe rename to haiku-misc/iff_catalog/iff_catalog-0.2.recipe index 6d710f909..cb7eebf44 100644 --- a/haiku-misc/iff_catalog/iff_catalog-0.1.recipe +++ b/haiku-misc/iff_catalog/iff_catalog-0.2.recipe @@ -4,9 +4,9 @@ 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_URI="https://github.com/pulkomandy/IFFCatalog/archive/$portVersion.tar.gz" SOURCE_FILENAME="$portName-$portVersion.tar.gz" -CHECKSUM_SHA256="3418eaf4e4a6ec66f3967943a72d3a54f9077963faaa544104425c12d0141dd3" +CHECKSUM_SHA256="d19d5733a2ea2f0d21ffaece16e24a0435b28303ae5686d2615bc45330c118e9" SOURCE_DIR="IFFCatalog-$portVersion" REVISION="1" @@ -32,11 +32,11 @@ BUILD_PREREQUIRES=" BUILD() { - mkdir -p $addOnsDir/locale/catalogs - cp objects/IFF $addOnsDir/locale/catalogs/ + make $jobArgs OBJ_DIR=objects } INSTALL() { - make install OBJ_DIR=objects + mkdir -p $addOnsDir/locale/catalogs + cp objects/IFF $addOnsDir/locale/catalogs/ }