forked from stragulus/mp3blaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmp3blaster.spec
42 lines (36 loc) · 1.06 KB
/
mp3blaster.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name: mp3blaster
Summary: Mp3blaster is a text console audio player with an interactive interface
Version: 3.2.5
Release: 1
Group: Applications/Multimedia
Copyright: GPL
Url: http://mp3blaster.sourceforge.net/
Packager: Bram Avontuur <bram@avontuur.org>
Distribution: N/A
Source: http://www.stack.nl/~brama/mp3blaster/src/%{name}-%{version}.tar.gz
Buildroot: /var/tmp/%{name}-%{version}-%{release}-root
%description
Mp3blaster is an audio player with a user-friendly interface that will run
on any text console. The interface is built using ncurses, and features all
common audio player controls. The playlist editor is very flexible and allows
nested groups (albums). Supported audio media: mp3, ogg vorbis, wav, sid and
streaming mp3 over HTTP.
%prep
%setup
%build
%configure
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_bindir}/mp3blaster
%{_bindir}/mp3tag
%{_bindir}/splay
%{_bindir}/nmixer
%{_datadir}/mp3blaster/*
%{_mandir}/man1/mp3blaster.1*
%{_mandir}/man1/nmixer.1*
%{_mandir}/man1/splay.1*