mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
25 lines
509 B
Plaintext
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"
|