mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
DESCRIPTION="binchunker converts a CD image in .bin/.cue format to a set of .iso and .cdr tracks."
|
|
HOMEPAGE="http://he.fi/bchunk/"
|
|
SRC_URI="http://he.fi/bchunk/bchunk-1.2.0.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="6a613da3f34f9a303f202d2e9731d231"
|
|
BUILD {
|
|
cd bchunk-1.2.0
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd bchunk-1.2.0
|
|
install -m 755 -s bchunk $(finddir B_COMMON_BIN_DIRECTORY)
|
|
install -m 644 bchunk.1 $(finddir B_COMMON_DIRECTORY)/man/man1
|
|
}
|