]> git.pld-linux.org Git - packages/ermixer.git/commitdiff
- Initial version, test drive
authorzer0cool <zokko@pld-linux.org>
Thu, 3 Apr 2003 00:25:26 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ermixer.spec -> 1.1

ermixer.spec [new file with mode: 0644]

diff --git a/ermixer.spec b/ermixer.spec
new file mode 100644 (file)
index 0000000..26be15f
--- /dev/null
@@ -0,0 +1,52 @@
+
+Summary:       Audio mixer.
+Summary(pl):   Mixer audio, konkurencja dla aumix'a.
+Name:          ermixer
+Version:       0.8
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       http://erevan.cuore.org/files/ermixer/%{name}-%{version}.tar.gz
+Patch0:                %{name}-curses.patch
+URL:           http://ermixer.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: ncurses-devel >= 5.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a OSS mixer with a lot of usefull features like the handling
+of multiple profiles files, real time support, it offers a complete
+interface to the mixer capatibilities. You can use it with a nice
+curses interface or with a command line interface (usefull for use it
+in scripts).
+
+%description -l pl
+Mikser muzyczny z masa uzytecznych opcji, konkurencja dla aumix'a.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I .
+%{__autoconf}
+%{__automake}
+%configure
+%{__make} CC="%{__cc} %{rpmcflags} -I/usr/include/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT \
+       docdir=%{_datadir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.09586 seconds and 4 git commands to generate.