]> git.pld-linux.org Git - SPECS.git/blob - mcplay.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / mcplay.spec
1 Summary:        A text terminal music player
2 Summary(pl.UTF-8):      Terminalowy odtwarzacz muzyczny
3 Name:           mcplay
4 Version:        0.3i
5 Release:        2
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://www.yahuxo.de/mcplay/%{name}-%{version}.tar.gz
9 # Source0-md5:  11448f55ea7d6b337ec3b9e2c0bf7b13
10 Patch0:         %{name}-config.patch
11 URL:            http://www.yahuxo.de/mcplay/
12 BuildRequires:  lirc-devel
13 BuildRequires:  ncurses-devel
14 Requires:       mpg123
15 Requires:       playmidi
16 Requires:       sox
17 Requires:       vorbis-tools
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A text terminal MP3 player. It can play MP3, Ogg, WAV, mid and other
22 types of music files.
23
24 %description -l pl.UTF-8
25 Terminalowy odtwarzacz MP3. Może odtwarzać pliki muzyczne MP3, Ogg,
26 WAV, mid i inne.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__make} \
34         CC="%{__cc}" \
35         MY_CFLAGS="%{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40
41 install mcplay $RPM_BUILD_ROOT%{_bindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/*
This page took 0.152715 seconds and 3 git commands to generate.