mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
22
app-cdr/daa2iso/daa2iso-0.1.7e.recipe
Normal file
22
app-cdr/daa2iso/daa2iso-0.1.7e.recipe
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="DAA2ISO is an open source command-line/GUI tool for converting single and multipart DAA and GBI images to the original ISO format."
|
||||
HOMEPAGE="http://aluigi.org/mytoolz.htm#daa2iso"
|
||||
SRC_URI="http://aluigi.altervista.org/mytoolz/daa2iso.zip"
|
||||
REVISION="1"
|
||||
DEPEND=""
|
||||
STATUS_HAIKU="stable"
|
||||
CHECKSUM_MD5="6930ebcd8568e8ade0a175352d4a3481"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
make CFLAGS="-DNOLFS -O2 -s"
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd src
|
||||
make install PREFIX=${DESTDIR}/$(finddir B_COMMON_DIRECTORY)
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Luigi Auriemma"
|
||||
Reference in New Issue
Block a user