mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
21
app-cdr/uif2iso/uif2iso-0.1.7c.recipe
Normal file
21
app-cdr/uif2iso/uif2iso-0.1.7c.recipe
Normal file
@@ -0,0 +1,21 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user