diff --git a/app-cdr/daa2iso/daa2iso-0.1.7e.bep b/app-cdr/daa2iso/daa2iso-0.1.7e.bep new file mode 100644 index 000000000..c98e0db64 --- /dev/null +++ b/app-cdr/daa2iso/daa2iso-0.1.7e.bep @@ -0,0 +1,20 @@ +DESCRIPTION="DAA2ISO is an open source command-line/GUI tool for converting single and multipart DAA and GBI images to the original ISO format." +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" + +BUILD { + cd src + make CFLAGS="-DNOLFS -O2 -s" +} + +INSTALL { + cd src + make install PREFIX=${DESTDIR}/$(finddir B_COMMON_DIRECTORY) +} + +LICENSE="GNU GPL v2" +COPYRIGHT="Luigi Auriemma" diff --git a/app-cdr/uif2iso/uif2iso-0.1.7c.bep b/app-cdr/uif2iso/uif2iso-0.1.7c.bep new file mode 100644 index 000000000..c9bf0a10b --- /dev/null +++ b/app-cdr/uif2iso/uif2iso-0.1.7c.bep @@ -0,0 +1,19 @@ +DESCRIPTION="A command-line tool for converting single and multipart UIF images to the ISO format." +HOMEPAGE="http://aluigi.org/mytoolz.htm#uif2iso" +SRC_URI="http://aluigi.altervista.org/mytoolz/uif2iso.zip" +REVISION="1" +DEPEND="" +STATUS_HAIKU="stable" +CHECKSUM_MD5="2eb9797ec463c38253014d45591a7043" + +BUILD { + cd src + make CFLAGS="-DNOLFS -O2 -s" +} + +INSTALL { + cd src + make install prefix=$(finddir B_COMMON_DIRECTORY) DESTDIR="${DESTDIR}" +} +LICENSE="GNU GPL v2" +COPYRIGHT="2007-2009 Luigi Auriemma"