diff --git a/app-cdr/daa2iso/daa2iso-0.1.7e.recipe b/app-cdr/daa2iso/daa2iso-0.1.7e.recipe index 0d97a9994..d07389599 100644 --- a/app-cdr/daa2iso/daa2iso-0.1.7e.recipe +++ b/app-cdr/daa2iso/daa2iso-0.1.7e.recipe @@ -2,14 +2,17 @@ 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" +COPYRIGHT="2008-2009 Luigi Auriemma" +LICENSE="GNU GPL v2" +REVISION="2" SOURCE_URI="http://aluigi.altervista.org/mytoolz/daa2iso.zip" CHECKSUM_SHA256="f5990542bbfb632a18e664bb956d1dfa35b20945881c617af641a9ee8cfbc47b" SOURCE_FILENAME="daa2iso-$portVersion.zip" -REVISION="1" -ARCHITECTURES="x86 ?x86_gcc2 ?x86_64" +#intentionally empty +SOURCE_DIR="" + +ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" daa2iso = $portVersion @@ -18,6 +21,7 @@ PROVIDES=" REQUIRES=" haiku " + BUILD_REQUIRES=" haiku_devel " @@ -26,9 +30,6 @@ BUILD_PREREQUIRES=" cmd:gcc " -#intentionally empty -SOURCE_DIR="" - BUILD() { cd src @@ -37,6 +38,8 @@ BUILD() INSTALL() { + mkdir -p $documentationDir/packages/daa2iso + cp daa2iso.txt $documentationDir/packages/daa2iso cd src make install PREFIX=$prefix } diff --git a/app-cdr/uif2iso/uif2iso-0.1.7c.recipe b/app-cdr/uif2iso/uif2iso-0.1.7c.recipe index 1262f5660..0860e26b7 100644 --- a/app-cdr/uif2iso/uif2iso-0.1.7c.recipe +++ b/app-cdr/uif2iso/uif2iso-0.1.7c.recipe @@ -8,7 +8,7 @@ is still able to convert these images." HOMEPAGE="http://aluigi.org/mytoolz.htm#uif2iso" COPYRIGHT="2007-2009 Luigi Auriemma" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://aluigi.altervista.org/mytoolz/uif2iso.zip" CHECKSUM_SHA256="b78dde3e8bc28559f73e2feb46d41c8f57b511ddbe25d63ada704ef8697528ec" SOURCE_FILENAME="uif2iso-$portVersion.zip" @@ -44,6 +44,8 @@ BUILD() INSTALL() { + mkdir -p $documentationDir/packages/uif2iso + cp uif2iso.txt README $documentationDir/packages/uif2iso cd src make install prefix=$prefix DESTDIR=$commandBinDir }