mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Merge pull request #482 from fbrosson/uif2iso
uif2iso: add x86 as 2nd arch, mark !x86_gcc2, rewrite description
This commit is contained in:
@@ -1,13 +1,40 @@
|
||||
DESCRIPTION="
|
||||
A command-line tool for converting single and multipart UIF images to the ISO \
|
||||
format.
|
||||
"
|
||||
SUMMARY="Tool to convert (compressed) UIF images created by MagicISO"
|
||||
DESCRIPTION="UIF2ISO is a command-line tool for converting single and \
|
||||
multipart UIF images to the original ISO format.
|
||||
The Universal Image Format (UIF), which is a compressed CD/DVD image format, \
|
||||
was created in 2006 by the authors of MagicISO. Although later versions of \
|
||||
MagicISO have tried to obfuscate the UIF format by using encryption, UIF2ISO \
|
||||
is still able to convert these images."
|
||||
HOMEPAGE="http://aluigi.org/mytoolz.htm#uif2iso"
|
||||
SOURCE_URI="http://aluigi.altervista.org/mytoolz/uif2iso.zip"
|
||||
COPYRIGHT="2007-2009 Luigi Auriemma"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
DEPEND=""
|
||||
STATUS_HAIKU="stable"
|
||||
CHECKSUM_MD5="2eb9797ec463c38253014d45591a7043"
|
||||
SOURCE_URI="http://aluigi.altervista.org/mytoolz/uif2iso.zip"
|
||||
CHECKSUM_SHA256="b78dde3e8bc28559f73e2feb46d41c8f57b511ddbe25d63ada704ef8697528ec"
|
||||
SOURCE_FILENAME="uif2iso-$portVersion.zip"
|
||||
#intentionally empty
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
uif2iso$secondaryArchSuffix = $portVersion
|
||||
cmd:uif2iso
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -18,7 +45,5 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
cd src
|
||||
make install prefix=$(finddir B_COMMON_DIRECTORY) DESTDIR="${DESTDIR}"
|
||||
make install prefix=$prefix DESTDIR=$commandBinDir
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2007-2009 Luigi Auriemma"
|
||||
|
||||
Reference in New Issue
Block a user