Files
haikuports/app-cdr/daa2iso/daa2iso-0.1.7e.recipe
2014-04-21 19:31:51 +02:00

48 lines
951 B
Plaintext

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"
CHECKSUM_SHA256="f5990542bbfb632a18e664bb956d1dfa35b20945881c617af641a9ee8cfbc47b"
SRC_FILENAME="daa2iso-$portVersion.zip"
REVISION="1"
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()
{
cd src
make CFLAGS="-DNOLFS -O2 -s"
}
INSTALL()
{
cd src
make install PREFIX=$prefix
}