Files
haikuports/app-cdr/bchunk/bchunk-1.2.0.recipe
2013-11-25 01:14:00 -07:00

47 lines
989 B
Plaintext

SUMMARY="binchunker converts CD .bin/.cue formats to .iso and .cdr"
DESCRIPTION="
binchunker converts a CD image in a '.bin / .cue' format (sometimes
'.raw / .cue') to a set of .iso and .cdr tracks. The bin/cue format is
used by some popular non-Unix cd-writing software, but is not
supported on most other CD burning programs. A lot of CD/VCD images
distributed on the Internet are in BIN/CUE format, I've been told.
"
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2004 Heikki Hannikainen"
HOMEPAGE="http://he.fi/bchunk/"
SRC_URI="http://he.fi/bchunk/bchunk-1.2.0.tar.gz"
REVISION="1"
CHECKSUM_MD5="6a613da3f34f9a303f202d2e9731d231"
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
PROVIDES="
bchunk = $portVersion
cmd:bchunk = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
"
BUILD()
{
make
}
INSTALL()
{
mkdir -p $binDir
cp -af bchunk $binDir
mkdir -p $manDir/man1
cp -af bchunk.1 $manDir/man1
}