mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Merge pull request #483 from fbrosson/daa2iso
daa2iso: reorder sections and mark x86_{gcc2,x64} as tested
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user