]> git.pld-linux.org Git - packages/cvoicecontrol.git/commitdiff
Added Files:
authorpioklo <pioklo@linuxpl.com>
Thu, 14 Mar 2002 20:20:59 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  cvoicecontrol.spec
- new PLD spec , need correct and cosmetics

Changed files:
    cvoicecontrol.spec -> 1.1

cvoicecontrol.spec [new file with mode: 0644]

diff --git a/cvoicecontrol.spec b/cvoicecontrol.spec
new file mode 100644 (file)
index 0000000..059704f
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       CVoiceControl is a speech recognition system that enables a user to connect spoken commands to unix commands.
+Summary(pl):   CVoiceControl jest narzedziem do wydawania polecen przy pomocy mowy :)
+Name:          cvoicecontrol
+Version:       0.9alpha
+Release:       1
+License:       GPL
+Group:         Applications/Tools
+Source0:       http://www.kiecza.de/daniel/linux/cvoicecontrol-0.9alpha.tar.gz
+Patch0:                %{name}-make.patch
+URL:           http://www.kiecza.de/daniel/linux/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CVoiceControl is a speech recognition system 
+that enables a user to connect spoken commands to unix commands. 
+It automagically detects speech input from a microphone, performs recognition on this input and 
+in case of successful recognition - executes the associated unix command. 
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}_%{version}
+%patch0 -p0
+
+%build
+%configure
+
+%{__make} CFLAGS="%{rpmcflags} " CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+             PREFIX=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS BUGS COPYING FAQ INSTALL README 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.129037 seconds and 4 git commands to generate.