]> git.pld-linux.org Git - packages/ncmpc.git/blob - ncmpc.spec
- release 2
[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.11.1
5 Release:        2
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://hem.bredband.net/kaw/ncmpc/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  c90668b12f3676c73913a863482ec405
10 URL:            http://hem.bredband.net/kaw/ncmpc/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  glib2-devel
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 steruje nim
28 przy użyciu interfejsu zainspirowanego programem cplay. Jeśli ncmpc
29 jest używany z lircem lub irpty, można go używać do zarządzania
30 playlistami i sterowania MPD za pomocą pilota.
31
32 %prep
33 %setup -q
34
35 %build
36 #%%{__gettextize}
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42
43 %configure \
44         CPPFLAGS="-I/usr/include/ncurses"
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
54
55 %find_lang ncmpc
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f ncmpc.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README TODO
63 %attr(755,root,root) %{_bindir}/*
64 %{_mandir}/man1/*
This page took 0.069268 seconds and 4 git commands to generate.