[Lunar-commits] <moonbase> bchunk: small tweaks.
Florin Braescu
florin at lunar-linux.org
Mon Nov 9 02:25:08 CET 2009
commit f7e994ee65817ef60dae9696b054743b12a97de5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Nov 9 03:25:08 2009 +0200
bchunk: small tweaks.
---
cd/bchunk/BUILD | 7 +++----
cd/bchunk/DETAILS | 5 +++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/cd/bchunk/BUILD b/cd/bchunk/BUILD
index c75e4b6..f49787a 100644
--- a/cd/bchunk/BUILD
+++ b/cd/bchunk/BUILD
@@ -1,9 +1,8 @@
(
- make &&
- prepare_install &&
- install -m 755 -s -o root -g root bchunk /usr/bin &&
+ make &&
+ prepare_install &&
+ install -m 755 -s -o root -g root bchunk /usr/bin &&
install -m 644 -o bin -g bin bchunk.1 /usr/share/man/man1
) > $C_FIFO 2>&1
-
diff --git a/cd/bchunk/DETAILS b/cd/bchunk/DETAILS
index c870107..53571f0 100644
--- a/cd/bchunk/DETAILS
+++ b/cd/bchunk/DETAILS
@@ -1,12 +1,13 @@
MODULE=bchunk
VERSION=1.2.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://he.fi/$MODULE/
+ SOURCE_URL=http://he.fi/$MODULE
SOURCE_VFY=sha1:a328e4665eb5e51df63d8d27d1d75ecc74bdef9e
- WEB_SITE=http://he.fi/$MODULE/
+ WEB_SITE=http://he.fi/$MODULE
ENTERED=20040104
UPDATED=20041109
SHORT="Convert cue/bin files to .iso images"
+
cat << EOF
This is a Unix/C rewrite of the fine BinChunker software for some non-Unix
system which can convert bin/cue files to ISO images.
More information about the Lunar-commits
mailing list