]> git.pld-linux.org Git - packages/ncmpc.git/commitdiff
- new spec auto/th/ncmpc-0_11_1-1
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 13 Dec 2006 21:42:10 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncmpc.spec -> 1.1

ncmpc.spec [new file with mode: 0644]

diff --git a/ncmpc.spec b/ncmpc.spec
new file mode 100644 (file)
index 0000000..b90f4a3
--- /dev/null
@@ -0,0 +1,57 @@
+#
+Summary:       Curses client for Music Player Daemon
+Name:          ncmpc
+Version:       0.11.1
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Source0:       http://hem.bredband.net/kaw/ncmpc/files/%{name}-%{version}.tar.gz
+# Source0-md5: c90668b12f3676c73913a863482ec405
+URL:           http://hem.bredband.net/kaw/ncmpc/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: glib2-devel
+BuildRequires: ncurses-ext-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc
+connects to a MPD running on a machine on the local network, and
+controls this with an interface inspired by cplay. If ncmpc is used
+with lirc and irpty it can be used to manage playlists and control MPD
+with a remote control.
+
+%prep
+%setup -q
+
+%build
+#%%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure \
+       CPPFLAGS="-I/usr/include/ncurses"
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
+%find_lang ncmpc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f ncmpc.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.153006 seconds and 4 git commands to generate.