bchunk, bump version (#2610)

This commit is contained in:
Schrijvers Luc
2018-05-27 16:30:27 +02:00
committed by fbrosson
parent 13818325f8
commit 2374e9775f

View File

@@ -0,0 +1,44 @@
SUMMARY="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."
HOMEPAGE="http://he.fi/bchunk/"
COPYRIGHT="1998-2017 Heikki Hannikainen"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://he.fi/bchunk/bchunk-$portVersion.tar.gz"
CHECKSUM_SHA256="e7d99b5b60ff0b94c540379f6396a670210400124544fb1af985dd3551eabd89"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
bchunk = $portVersion
cmd:bchunk = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
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
}