]> git.pld-linux.org Git - SPECS.git/blob - lars.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / lars.spec
1 Summary:        Tool for making audio CD from MP3s
2 Summary(pl.UTF-8):      Narzędzie do tworzenia płyt audio z plików MP3
3 Name:           lars
4 Version:        0.98
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://65.108.58.129/programs/%{name}-%{version}.tar.gz
9 # Source0-md5:  57ba20949c8ecf98154e059d3384f3b5
10 URL:            http://lars.naken.cc/
11 BuildRequires:  gtk+-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14
15 %description
16 Lars helps you mass-produce audio CDs from MP3s.
17
18 %description -l pl.UTF-8
19 Lars pomaga w tworzeniu płyt audio CD z plików MP3.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__make} \
26         CC="%{__cc}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install lars $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/lars
This page took 0.358435 seconds and 3 git commands to generate.