]> git.pld-linux.org Git - packages/amp.git/blob - amp.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/amp.git] / amp.spec
1 Summary:        Command-line mp3 player based on smpeg
2 Summary(pl):    Odtwarzacz mp3 wywo³ywany z linii poleceñ
3 Name:           amp
4 Version:        0.7.6
5 Release:        2
6 Group:          Applications/Sound
7 License:        distributable (see README)
8 Vendor:         Tomislav Uzelac <tuzelac@rasip.fer.hr>
9 Source0:        ftp://ftp.rasip.fer.hr/pub/mpeg/%{name}-%{version}.tgz
10 Patch0:         %{name}-debian.patch
11 Patch1:         %{name}-ppc.patch
12 URL:            http://www.rasip.fer.hr/research/compress/algorithms/tools/amp/amp.html
13 BuildRequires:  autoconf
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This audio program will play MPEG (I/II) Audio Layer II & III files
18 in realtime. This release of amp has support for the Sajber Jukebox
19 and POSIX 1.b realtime extensions. 
20
21 %description -l pl
22 Program odtwarzaj±cy w czasie rzeczywistym pliki MPEG (I/II) Audio
23 Layer II i III. Ta wersja ampa ma obs³ugê Sajber Jukebox i rozszerzeñ
24 czasu rzeczywistego POSIX 1.b.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29 %patch1 -p1
30
31 %build
32 autoconf
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
39
40 install amp $RPM_BUILD_ROOT%{_bindir}
41 install amp.1 $RPM_BUILD_ROOT%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc doc/* BUGS CHANGES README TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man*/*
This page took 0.08797 seconds and 3 git commands to generate.