1dd7510447
Closes #9165.
19 lines
481 B
Bash
19 lines
481 B
Bash
# Template file for 'bchunk'
|
|
pkgname=bchunk
|
|
version=1.2.2
|
|
revision=1
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://he.fi/bchunk/"
|
|
short_desc="Convert a CD image in a .bin/.cue format to .iso and .cdr tracks"
|
|
distfiles="http://he.fi/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=e7d99b5b60ff0b94c540379f6396a670210400124544fb1af985dd3551eabd89
|
|
|
|
do_build() {
|
|
$CC $CFLAGS bchunk.c -o bchunk $LDFLAGS
|
|
}
|
|
|
|
do_install() {
|
|
vbin bchunk
|
|
vman bchunk.1
|
|
}
|