Files
haikuports/app-cdr/uif2iso/uif2iso-0.1.7c.recipe
2014-01-02 16:40:56 -05:00

25 lines
509 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"