]> git.pld-linux.org Git - packages/bchunk.git/blob - bchunk.spec
- pl summary
[packages/bchunk.git] / bchunk.spec
1 Summary:        A CD image format converter from .bin/.cue to .iso/.cdr
2 Summary(pl):    Konwerter obrazów p³yt CD z .bin/.cue do .iso/.cdr
3 Name:           bchunk
4 Version:        1.1.1
5 Release:        1
6 License:        GPL
7 Vendor:         Heikki Hannikainen <hessu@pspt.fi>
8 Group:          Applications/Archiving
9 Group(de):      Applikationen/Archivierung
10 Group(pl):      Aplikacje/Archiwizacja
11 Source0:        http://hes.iki.fi/bchunk/%{name}-%{version}.tar.gz
12 URL:            http://hes.iki.fi/bchunk/
13 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 The bchunk package contains a UNIX/C rewrite of the BinChunker
17 program.. BinChunker converts a CD image in a .bin/.cue format
18 (sometimes .raw/.cue) into a set of .iso and .cdr tracks. The
19 .bin/.cue format is used by some non-UNIX CD-writing software, but is
20 not supported on most other CD-writing programs.
21
22 %description -l pl
23 Konwerter obrazów CD z formatu .bin/.cue (czasami .raw/.cue) do
24 formatu .iso i ¶cie¿ek .cdr. Format .bin/.cue jest czasami u¿ywany
25 przez niektóre nie-UNIXowe programy do wypalania CD, a nie jest
26 wspierany przez wiêkszo¶æ uniksowych programów do wypalania.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__cc} %{rpmcflags} %{name}.c -o %{name}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_bindir}
37
38 install bchunk $RPM_BUILD_ROOT%{_bindir}
39
40 gzip -9nf ChangeLog README
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/bchunk
This page took 0.137641 seconds and 3 git commands to generate.