New package: bchunk-1.2.0
This commit is contained in:
parent
4a13ea3f39
commit
2dfa534f54
1 changed files with 19 additions and 0 deletions
19
srcpkgs/bchunk/template
Normal file
19
srcpkgs/bchunk/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue