]> git.pld-linux.org Git - packages/cdr.git/blob - cdr.spec
- tabs in preamble
[packages/cdr.git] / cdr.spec
1 Summary:        Easy Tool for automagic CD-> MP3 conversion
2 Summary(pl.UTF-8):      Łatwe narzędzie do automatycznej konwersji CD-> MP3
3 Name:           cdr
4 Version:        3.0.0
5 Release:        0
6 License:        GPL v2
7 Vendor:         David Cantrell <david@burdell.org>
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
10 # Source0-md5:  d00f2d00e117f376bff9f72ef50ba166
11 Patch0:         %{name}-fix-program-locations.patch
12 URL:            http://cdr.sourceforge.net/
13 Requires:       /usr/bin/cdialog
14 Requires:       /usr/bin/cdparanoia
15 Requires:       /usr/bin/id3ed
16 Requires:       /usr/bin/lame
17 Requires:       /bin/rm
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Cdr is a Perl program that provides a simple console front-end for
22 creating high-quality MP3s. Since cdr is a frontend, it requires many
23 programs in order to do its work. Normally cdr comes with most of the
24 tools you'll need, but since we have them in our distro they are not
25 compiled/provided w/ this package. Don't forget to set +r on
26 /dev/cdrom for your lusers :-)
27
28 %description -l pl.UTF-8
29 Cdr jest skryptem Perl ułatwiającym tworzenie plików MP3 z płytek CD.
30 Jest to tylko interfejs wymagający innych narzędzi, normalnie
31 przychodzą one w paczce z cdr, jednak mamy te narzędzia w naszych
32 zasobach i dlatego nie ma ich w tym pakiecie. Nie należy zapomnieć o
33 ustawieniu +r do /dev/cdrom dla swoich użytkowników.
34
35 %prep
36 %setup -q
37 %patch0 -p0
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_bindir}
42
43 install cdr.pl $RPM_BUILD_ROOT%{_bindir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc TODO README PLATFORMS PATCHES LICENSE Changelog
51 %attr(755,root,root) %{_bindir}/%{name}.pl
This page took 0.054071 seconds and 3 git commands to generate.