]> git.pld-linux.org Git - packages/ncmpc.git/blame - ncmpc.spec
- skipp cflags checking
[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
JK
3Name: ncmpc
4Version: 0.11.1
db90c80a 5Release: 2
f295d3d9
JK
6License: GPL
7Group: Applications/Sound
8Source0: http://hem.bredband.net/kaw/ncmpc/files/%{name}-%{version}.tar.gz
9# Source0-md5: c90668b12f3676c73913a863482ec405
10URL: http://hem.bredband.net/kaw/ncmpc/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: glib2-devel
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
5d1922e7
JR
27łączy się z MPD działającym na maszynie w sieci lokalnej i steruje nim
28przy użyciu interfejsu zainspirowanego programem cplay. Jeśli ncmpc
29jest używany z lircem lub irpty, można go używać do zarządzania
30playlistami i sterowania MPD za pomocą pilota.
ede089b0 31
f295d3d9
JK
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
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
54
55%find_lang ncmpc
56
57%clean
58rm -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.088717 seconds and 4 git commands to generate.