From 6a7315cdd2c30b6b378a3e4f942fe6ebba3d0167 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 25 Nov 2013 01:14:15 -0700 Subject: [PATCH] Convert daa2iso to working recipe --- app-cdr/daa2iso/daa2iso-0.1.7e.recipe | 39 ++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/app-cdr/daa2iso/daa2iso-0.1.7e.recipe b/app-cdr/daa2iso/daa2iso-0.1.7e.recipe index d3685840c..88bd2fed2 100644 --- a/app-cdr/daa2iso/daa2iso-0.1.7e.recipe +++ b/app-cdr/daa2iso/daa2iso-0.1.7e.recipe @@ -1,10 +1,38 @@ -DESCRIPTION="DAA2ISO is an open source command-line/GUI tool for converting single and multipart DAA and GBI images to the original ISO format." +SUMMARY="A tool for converting DAA/GBI images to ISO format." +DESCRIPTION=" +DAA2ISO is an open source command-line/GUI tool for converting single +and multipart DAA and GBI images to the original ISO format. + +DAA/GBI files are 'Direct Access Archive' used by PowerISO and gBurner +" +LICENSE="GNU GPL v2" +COPYRIGHT="Luigi Auriemma" HOMEPAGE="http://aluigi.org/mytoolz.htm#daa2iso" SRC_URI="http://aluigi.altervista.org/mytoolz/daa2iso.zip" REVISION="1" -DEPEND="" -STATUS_HAIKU="stable" CHECKSUM_MD5="6930ebcd8568e8ade0a175352d4a3481" +ARCHITECTURES="x86 ?x86_gcc2 ?x86_64" + +PROVIDES=" + daa2iso = $portVersion + cmd:daa2iso = $portVersion + " + +REQUIRES=" + haiku >= $haikuVersion + " + +BUILD_REQUIRES=" + haiku_devel >= $haikuVersion + " + +BUILD_PREREQUIRES=" + cmd:make + cmd:gcc + " + +#intentionally empty +SOURCE_DIR="" BUILD() { @@ -15,8 +43,5 @@ BUILD() INSTALL() { cd src - make install PREFIX=${DESTDIR}/$(finddir B_COMMON_DIRECTORY) + make install PREFIX=$prefix } - -LICENSE="GNU GPL v2" -COPYRIGHT="Luigi Auriemma"