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