]> git.pld-linux.org Git - packages/ncmpcpp.git/blame - ncmpcpp.spec
- updated urls
[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
ee3302b7 4Version: 0.5.10
8e096d29 5Release: 2
ce33b6ae 6License: GPL v2
7Group: Applications
148b39fd 8Source0: http://ncmpcpp.rybczak.net/stable/%{name}-%{version}.tar.bz2
ee3302b7 9# Source0-md5: 298ed66325bcfe358e37e186c7ea4861
148b39fd 10URL: http://ncmpcpp.rybczak.net
ce33b6ae 11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: curl-devel
53110d17 14BuildRequires: fftw3-devel
15BuildRequires: libmpdclient-devel >= 2.1
77f69750 16BuildRequires: libstdc++-devel
ce33b6ae 17BuildRequires: libtool
18BuildRequires: ncurses-devel
dbd1bbcb 19BuildRequires: pkgconfig
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
ce33b6ae 38
39%build
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
ee3302b7
JP
45%configure \
46 --enable-outputs
ce33b6ae 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.036031 seconds and 4 git commands to generate.