19 lines
487 B
Text
19 lines
487 B
Text
# Template file for 'bchunk'
|
|
pkgname=bchunk
|
|
version=1.2.0
|
|
revision=1
|
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
license="GPL-2"
|
|
homepage="http://he.fi/bchunk/"
|
|
short_desc="Convert a CD image in a .bin / .cue format to a set of .iso and .cdr tracks"
|
|
distfiles="http://he.fi/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d
|
|
|
|
do_build() {
|
|
$CC $CFLAGS bchunk.c -o bchunk
|
|
}
|
|
|
|
do_install() {
|
|
vbin bchunk
|
|
vman bchunk.1
|
|
}
|