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