]> git.pld-linux.org Git - packages/ncmpcpp.git/blame - ncmpcpp.spec
- up to 0.5
[packages/ncmpcpp.git] / ncmpcpp.spec
CommitLineData
ce33b6ae 1Summary: ncurses mpd client inspired by ncmpc
2Summary(pl.UTF-8): klient mpd wzorowany na ncmpc
3Name: ncmpcpp
53110d17 4Version: 0.5
ce33b6ae 5Release: 0.1
6License: GPL v2
7Group: Applications
8Source0: http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
53110d17 9# Source0-md5: 5b34a969d34adb6a5e7ab088694ee870
ce33b6ae 10Patch0: %{name}-curses.patch
11URL: http://unkart.ovh.org/ncmpcpp/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: curl-devel
53110d17 15BuildRequires: fftw3-devel
16BuildRequires: libmpdclient-devel >= 2.1
77f69750 17BuildRequires: libstdc++-devel
ce33b6ae 18BuildRequires: libtool
19BuildRequires: ncurses-devel
77f69750 20BuildRequires: taglib-devel
ce33b6ae 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Ncmpcpp has UI very similar to ncmpc's one, but it provides new useful
25features such as support for regular expressions in search engine,
26extended song format, items filtering, last.fm support, ability to
27sort playlist, local filesystem browser and other minor functions.
28
29%description -l pl.UTF-8
30Ncmpcpp posiada bardzo podobny interfejs użytkownika do tego znanego z
31ncmpc, ale wspiera dodatkowo obsługę wyrażeń regularnych w wewnętrznej
32wyszukiwarce, rozszerzony format piosenek, filtrowanie pozycji,
33obsługę last.fm, umożliwia sortowanie playlisty, posiada przeglądarkę
34plików lokalnych oraz inne drobne udogodnienia.
35
36%prep
37%setup -q
38%patch0 -p1
ce33b6ae 39
40%build
41%{__libtoolize}
42%{__aclocal}
43%{__autoconf}
44%{__autoheader}
45%{__automake}
46%configure
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55# clean up bogus docdir
56%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
63%doc AUTHORS COPYING NEWS doc/config doc/keys
64%attr(755,root,root) %{_bindir}/ncmpcpp
65%{_mandir}/man1/ncmpcpp.1*
This page took 0.049257 seconds and 4 git commands to generate.