mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep and .OptionalPackageDescription files for bchunk
This commit is contained in:
18
app-cdr/bchunk/bchunk-1.2.0.bep
Normal file
18
app-cdr/bchunk/bchunk-1.2.0.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
}
|
||||
5
app-cdr/bchunk/bchunk.OptionalPackageDescription
Normal file
5
app-cdr/bchunk/bchunk.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
||||
Package:
|
||||
Version:
|
||||
Copyright: YYYY-YYYYY
|
||||
License:
|
||||
URL: http://
|
||||
Reference in New Issue
Block a user