Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
>
mikmod
> mikmod.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mikmod.spec of Package mikmod
%define lversion 3.1.11 Summary: Music module player Name: mikmod Version: 3.2.2 Release: 10.beta1%{?dist} License: GPLv2 and LGPLv2+ Group: Applications/Multimedia Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel libmikmod-devel URL: http://mikmod.raphnet.net/ Source0: http://mikmod.raphnet.net/files/mikmod-%{version}-beta1.tar.gz Patch0: mikmod-3.2.2-beta1-missing-protos.patch %description MikMod is one of the best and most well known MOD music file players for UNIX-like systems. This particular distribution is intended to compile fairly painlessly in a Linux environment. MikMod uses the OSS /dev/dsp driver including all recent kernels for output, and will also write .wav files. Supported file formats include MOD, STM, S3M, MTM, XM, ULT, and IT. The player uses ncurses for console output and supports transparent loading from gzip/pkzip/zoo archives and the loading/saving of playlists. Install the mikmod package if you need a MOD music file player. %prep %setup -q -n %{name}-%{version}-beta1 %patch0 -p1 %build %configure make CFLAGS="$RPM_OPT_FLAGS `libmikmod-config --cflags`" %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README %{_bindir}/mikmod %{_datadir}/mikmod %{_mandir}/man1/mikmod* %changelog