Created changelog file, will be updated after new release
[simpleburner.git] / README
blob8622fc85cb5cc362df6ce351104a30b50770bfa8
1 DESCRIPTION:
2 Simpleburner - running under the CLI environment to make Your burning CD/DVD's easier.
4 HOMEPAGE:
5 <http://sirmacik.net/simpleburner/>
7 DEPENDENCES:
9     * perl   - <http://www.perl.org>
10     * cdrkit - <http://www.cdrkit.org/> or cdrtools - <http://cdrecord.berlios.de/>
12 INSTALLATION:
13 To get the source of simpleburnerer run:
14     $ git clone git://repo.or.cz/simpleburner.git
15 And then install with command:
16     # install -Dm simpleburnerer/simpleburner.pl /usr/bin/simpleburner
17 You could also install it with PKGBUILD <http://aur.archlinux.org/packages.php?ID=25672> from AUR
19 OPTIONS:
20     * h, help        - print help message
21     * t, test        - run in test burn mode
22     * b, burn-only   - run without making iso image (‘—name=/full/path/to/image.iso’iso option must be defined)
23     * m, makeiso     - make only iso image (without burn)
24     * data=s         - set directory willth data to burn 
25     * name=s         - set name and path of iso file (by defaultault /tmp/cd.iso)
26     * device=s       - set device to use (default /dev/sr0)
27     * speed=s        - set burning speed
29 LINKS:
30 Project site at freshmeat <http://freshmeat.net/projects/simpleburner>