]> git.pld-linux.org Git - SPECS.git/blob - lxmusic.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / lxmusic.spec
1 Summary:        The minimalist music player for LXDE
2 Name:           lxmusic
3 Version:        0.4.4
4 Release:        1
5 License:        GPL v3
6 Group:          X11/Applications
7 Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
8 # Source0-md5:  962bca8f2dc307484828503aafe529f6
9 URL:            http://wiki.lxde.org/en/LXMusic
10 BuildRequires:  xmms2-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 LXMusic - The minimalist music player for LXDE. This is based on
15 xmms2, which is lightweight and has server/client design. LXMusic has
16 very few features, it can do nothing more than just playing a list of
17 music files.
18
19 %prep
20 %setup -q
21
22 %build
23 %configure
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %find_lang %{name}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files -f %{name}.lang
38 %defattr(644,root,root,755)
39 %doc AUTHORS README NEWS
This page took 0.38485 seconds and 3 git commands to generate.