Files
haikuports/app-cdr/uif2iso/uif2iso-0.1.7c.recipe
2015-07-02 11:13:12 -04:00

25 lines
512 B
Bash

DESCRIPTION="
A command-line tool for converting single and multipart UIF images to the ISO \
format.
"
HOMEPAGE="http://aluigi.org/mytoolz.htm#uif2iso"
SOURCE_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"