daa2iso: reorder sections and mark x86_{gcc2,x64} as tested

Also install documentation/packages/daa2iso/daa2iso.txt

Same enhancement for uif2iso from the same author:
Install uif2iso.txt and README in documentation/packages/uif2iso/
This commit is contained in:
fbrosson
2016-02-23 21:23:45 +00:00
parent 7921a01009
commit 6c9d0a6f49
2 changed files with 13 additions and 8 deletions

View File

@@ -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
}

View File

@@ -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
}