]> git.pld-linux.org Git - packages/bchunk.git/blob - bchunk.spec
e333515b14812bb9de94f7384ccb7b51e4f6696b
[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 Source0:        http://hes.iki.fi/bchunk/%{name}-%{version}.tar.gz
10 # Source0-md5: 9a86fde990df3a58fad51876139f121c
11 URL:            http://hes.iki.fi/bchunk/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The bchunk package contains a UNIX/C rewrite of the BinChunker
16 program.. BinChunker converts a CD image in a .bin/.cue format
17 (sometimes .raw/.cue) into a set of .iso and .cdr tracks. The
18 .bin/.cue format is used by some non-UNIX CD-writing software, but is
19 not supported on most other CD-writing programs.
20
21 %description -l pl
22 Konwerter obrazów CD z formatu .bin/.cue (czasami .raw/.cue) do
23 formatu .iso i ¶cie¿ek .cdr. Format .bin/.cue jest czasami u¿ywany
24 przez niektóre nie-UNIXowe programy do wypalania CD, a nie jest
25 wspierany przez wiêkszo¶æ uniksowych programów do wypalania.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__cc} %{rpmcflags} %{name}.c -o %{name}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install bchunk $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog README
45 %attr(755,root,root) %{_bindir}/bchunk
This page took 0.234802 seconds and 3 git commands to generate.