]> git.pld-linux.org Git - packages/cdget.git/blob - cdget.spec
- converted to UTF-8
[packages/cdget.git] / cdget.spec
1 Summary:        Client for MP3 file sharing on the Internet
2 Summary(pl.UTF-8):   Klient pozwalający na udostępnianie plików MP3 w Internecie
3 Name:           cdget
4 Version:        0.2.3
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://www.dtek.chalmers.se/~d00freed/cdget/download/%{name}-%{version}.tar.bz2
9 # Source0-md5:  47a325319d41e819507079598373fe41
10 Patch0:         %{name}-am18.patch
11 URL:            http://www.dtek.chalmers.se/~d00freed/cdget/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  id3lib
15 BuildRequires:  qt-devel >= 3.1.1
16 Requires:       dctc >= 0.84.1
17 Requires:       id3lib
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 CdGet is not just another client for MP3 file sharing on the Internet.
22 CdGet is meant to do the work for you. In traditional file
23 sharing/downloading clients you often end up having to watch and
24 attend to the download in many steps. This process is usually
25 mechanical, repetitive and boring, a perfect candidate for
26 automatization! CdGet is meant to do exactly this, and eliminate the
27 need for manual control over the download process.
28
29 %description -l pl.UTF-8
30 CdGet nie jest kolejnym klientem służącym do wymiany plików MP3
31 poprzez Internet. CdGet został stworzony by zrobić wszystko za ciebie.
32 W tradycyjnym kliencie udostępniania/ściągania plików często zachodzi
33 potrzeba obserwowania i ingerowania w proces ściągania. Proces ten
34 jest zazwyczaj mechaniczny, powtarzający się i nudny, idealny do
35 zautomatyzowania. CdGet ma robić właśnie to, wyeliminować potrzebę
36 ręcznej kontroli nad procesem ściągania.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 %build
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS README TODO
62 %attr(755,root,root) %{_bindir}/*
This page took 0.088773 seconds and 3 git commands to generate.