mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
bchunk, bump version (#2610)
This commit is contained in:
44
app-cdr/bchunk/bchunk-1.2.2.recipe
Normal file
44
app-cdr/bchunk/bchunk-1.2.2.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user