package created by autospec [release 0.5-1mamba;Mon Apr 23 2012]
This commit is contained in:
parent
3278f81cc0
commit
9103bcfabe
@ -1,2 +1,4 @@
|
||||
# muzikQ
|
||||
|
||||
muzikQ is a curses audio player. It currently supports MP3 and Ogg. It also supports tag editing, rating, and telnet/ssh control. It is appropriate for a Linux system with limited resources dedicated to audio playback.
|
||||
|
||||
|
47
muzikQ.spec
Normal file
47
muzikQ.spec
Normal file
@ -0,0 +1,47 @@
|
||||
Name: muzikQ
|
||||
Version: 0.5
|
||||
Release: 1mamba
|
||||
Summary: muzikQ is a curses audio player. It currently supports MP3 and Ogg.
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://sourceforge.net/projects/muzikq/
|
||||
Source: http://heanet.dl.sourceforge.net/project/muzikq/muzikQ%20%{version}/muzikQ-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libSDL_mixer-devel
|
||||
BuildRequires: libtag-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
|
||||
%description
|
||||
muzikQ is a curses audio player. It currently supports MP3 and Ogg. It also supports tag editing, rating, and telnet/ssh control. It is appropriate for a Linux system with limited resources dedicated to audio playback.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/muzikQ
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Apr 23 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.5-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user