# Template file for 'bchunk' pkgname=bchunk version=1.2.0 revision=3 maintainer="Orphaned " 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 $LDFLAGS } do_install() { vbin bchunk vman bchunk.1 }