]> git.pld-linux.org Git - packages/ncmpc.git/blame - ncmpc.spec
- up to 0.16.1
[packages/ncmpc.git] / ncmpc.spec
CommitLineData
f295d3d9 1Summary: Curses client for Music Player Daemon
c196bc2a 2Summary(pl.UTF-8): Klient curses dla demona MPD
f295d3d9 3Name: ncmpc
cc4d213c 4Version: 0.16.1
5Release: 1
410252c5 6License: GPL v2+
f295d3d9 7Group: Applications/Sound
cc4d213c 8Source0: http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2
9# Source0-md5: f3e53a379bd0bc82d315aa111bfdd17a
04857ea8 10URL: http://mpd.wikia.com/wiki/Client:Ncmpc
f295d3d9
JK
11BuildRequires: autoconf
12BuildRequires: automake
23604b6e 13BuildRequires: gettext-devel
f295d3d9 14BuildRequires: glib2-devel
31d2e323 15BuildRequires: libmpdclient-devel
410252c5 16BuildRequires: libtool
f295d3d9 17BuildRequires: ncurses-ext-devel
23604b6e 18BuildRequires: pkgconfig
19BuildRequires: rpm-pythonprov
2f364c12 20Suggests: mpd
f295d3d9
JK
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc
25connects to a MPD running on a machine on the local network, and
26controls this with an interface inspired by cplay. If ncmpc is used
27with lirc and irpty it can be used to manage playlists and control MPD
28with a remote control.
29
5d1922e7 30%description -l pl.UTF-8
ede089b0 31ncmpc to klient curses dla demona MPD (Music Player Daemon). ncmpc
2f364c12
ZU
32łączy się z MPD działającym na maszynie w sieci lokalnej i steruje nim
33przy użyciu interfejsu zainspirowanego programem cplay. Jeśli ncmpc
34jest używany z lircem lub irpty, można go używać do zarządzania
35playlistami i sterowania MPD za pomocą pilota.
ede089b0 36
f295d3d9
JK
37%prep
38%setup -q
39
40%build
f295d3d9 41%{__libtoolize}
582bf34c 42%{__aclocal} -I m4
f295d3d9
JK
43%{__autoconf}
44%{__autoheader}
45%{__automake}
46
47%configure \
31d2e323
KK
48 CPPFLAGS="-I/usr/include/ncurses" \
49 --enable-lyrics-screen \
50 --with-lyrics-plugin-dir=%{_libdir}/ncmpc/lyrics
f295d3d9
JK
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
59rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
60
61%find_lang ncmpc
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files -f ncmpc.lang
67%defattr(644,root,root,755)
8e5dac1f 68%doc AUTHORS NEWS README doc/*.sample doc/ncmpc.lirc
f295d3d9 69%attr(755,root,root) %{_bindir}/*
31d2e323
KK
70%dir %{_libdir}/ncmpc
71%dir %{_libdir}/ncmpc/lyrics
72%attr(755,root,root) %{_libdir}/ncmpc/lyrics/*
8e5dac1f 73%{_mandir}/man1/ncmpc.*
This page took 0.080394 seconds and 4 git commands to generate.