bchunk: fix whitespace/desc lints
This commit is contained in:
parent
cb723025b1
commit
cb3f8063bc
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ revision=3
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://he.fi/bchunk/"
|
homepage="http://he.fi/bchunk/"
|
||||||
short_desc="Convert a CD image in a .bin / .cue format to a set of .iso and .cdr tracks"
|
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"
|
distfiles="http://he.fi/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d
|
checksum=afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
$CC $CFLAGS bchunk.c -o bchunk $LDFLAGS
|
$CC $CFLAGS bchunk.c -o bchunk $LDFLAGS
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue