]> git.pld-linux.org Git - packages/moc.git/commitdiff
- initial revision
authormigo <migo@pld-linux.org>
Mon, 3 Feb 2003 21:22:20 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- what is a proper solution for ncurses include path problem?

Changed files:
    moc.spec -> 1.1

moc.spec [new file with mode: 0644]

diff --git a/moc.spec b/moc.spec
new file mode 100644 (file)
index 0000000..6cf2278
--- /dev/null
+++ b/moc.spec
@@ -0,0 +1,57 @@
+
+# I know, console<->terminal
+Summary:       Console audio player with simple ncurses interface
+Summary(pl):   Konsolowy odtwarzacz audio z prostym interfejsem ncurses
+Name:          moc
+Version:       1.1.0
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Source0:       ftp://ftp.daper.net/pub/soft/moc/%{name}-%{version}.tar.gz
+Patch0:                %{name}-ncurses.patch
+URL:           http://moc.daper.net
+BuildRequires: libao-devel
+BuildRequires: libvorbis-devel
+BuildRequires: mad-devel
+BuildRequires: ncurses-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MOC is a console audio player with simple ncurses interface in
+playmp3list style. It supports MP3, OGG and WAV formats. It has all
+functions one may expect from simple audio player
+
+%description -l pl
+MOC to konsolowy odtwarzacz audio z prostym interfejsem budz±cym
+skojarzenia z playmp3list. Obs³uguje formaty MP3, OGG oraz WAV. Ma
+wszystkie funkcje, których spodziewa³by¶ siê w prostym odtwarzaczu
+audio.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
+
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --disable-version-checker
+%{__make}
+       
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README TODO NEWS AUTHORS
+%attr(755,root,root) %{_bindir}/*
This page took 0.129427 seconds and 4 git commands to generate.