summaryrefslogtreecommitdiff
path: root/mp3blaster.spec
blob: 3319c74417c0a3684dd301e1c154cd67ed85421d (plain)
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
43
44
45
46
47
48
49
50
51
52
Summary:	ncurses-based based mp3 player
Summary(pl):	Odtwarzacz plików mp3 bazowany na ncurses
Name:		mp3blaster
Version:	3.0p8
Release:	2
License:	GPL
Group:		Applications/Sound
Group(de):	Applikationen/Laut
Group(pl):	Aplikacje/Dźwięk
Source0:	ftp://mud.stack.nl/pub/mp3blaster/%{name}-%{version}.tar.gz
BuildRequires:	ncurses-devel >= 5.2
BuildRequires:	autoconf
BuildRequires:	automake
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
mp3blaster is an interactive text-based mp3player. One of the unique
features of this player is the ability to divide a playlist into
groups (albums). Therefore, the play order can be adjusted with great
flexibility.

%description -l pl
mp3blaster to interaktywy odtwarzacz plików mp3 pracujący w trybie
tekstowym. Jedną z wyjątkowych cech tego odtwarzacza jest możliwość
dzielenia list odtwarzanych plików na grupy (albumy). Dzięki temu
kolejność odtwarzania może być dobierana w bardzo elastyczny sposób.

%prep
%setup -q

%build
aclocal
autoconf
%configure 
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install DESTDIR=$RPM_BUILD_ROOT

gzip -9nf AUTHORS CREDITS ChangeLog NEWS README TODO BUGS COPYING FAQ

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc *.gz 
%attr(755,root,root) %{_bindir}/*
%{_datadir}/mp3blaster/*
%{_mandir}/man1/*