]> git.pld-linux.org Git - packages/amp.git/blob - amp.spec
d7bb44ab5087ebd05a5badde6ae79992bf5a41c4
[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 # working URL: ftp://ftp.clara.net/pub/unix/Audio/%{name}-%{version}.tar.gz
10 # or: http://www.go.dlr.de/fresh/linux/src/%{name}-%{version}.tgz
11 Source0:        ftp://ftp.rasip.fer.hr/pub/mpeg/%{name}-%{version}.tgz
12 # Source0-md5:  c12a27ac84b417bdac3330c3aa366122
13 Patch0:         %{name}-debian.patch
14 Patch1:         %{name}-ppc.patch
15 URL:            http://www.rasip.fer.hr/research/compress/algorithms/tools/amp/amp.html
16 BuildRequires:  autoconf
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This audio program will play MPEG (I/II) Audio Layer II & III files
21 in realtime. This release of amp has support for the Sajber Jukebox
22 and POSIX 1.b realtime extensions. 
23
24 %description -l pl
25 Program odtwarzaj±cy w czasie rzeczywistym pliki MPEG (I/II) Audio
26 Layer II i III. Ta wersja ampa ma obs³ugê Sajber Jukebox i rozszerzeñ
27 czasu rzeczywistego POSIX 1.b.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32 %patch1 -p1
33
34 %build
35 %{__autoconf}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
42
43 install amp $RPM_BUILD_ROOT%{_bindir}
44 install amp.1 $RPM_BUILD_ROOT%{_mandir}/man1
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc doc/* BUGS CHANGES README TODO
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man*/*
This page took 0.048081 seconds and 2 git commands to generate.