Files
haikuports/app-cdr/uif2iso/uif2iso-0.1.7c.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

22 lines
505 B
Plaintext

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"