]> git.pld-linux.org Git - packages/speech_tools.git/commitdiff
- work in progress, far from completion
authorwolf <wolf@pld-linux.org>
Fri, 5 Jul 2002 00:39:03 +0000 (00:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speech_tools.spec -> 1.1

speech_tools.spec [new file with mode: 0644]

diff --git a/speech_tools.spec b/speech_tools.spec
new file mode 100644 (file)
index 0000000..83514f6
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       Edinburgh Speech Tools Library
+Summary(pl):   Biblioteka narzêdzi mowy Edinburgh
+Name:          speech_tools
+Version:       1.2.2
+Release:       1
+License:       Distributable
+Group:         Applications/Sound
+Source0:       http://www.cstr.ed.ac.uk/download/festival/1.4.2/%{name}-%{version}-release.tar.gz
+Patch0:                %{name}-termcap.patch
+URL:           http://www.cstr.ed.ac.uk/projects/speech_tools.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Edinburgh speech tools system is a library of C++ classes,
+functions and utility programs that are frequently used in speech
+software.
+
+%description -l pl
+Narzêdzia mowy Edinburgh s± bibliotek± klas C++, funkcji i programów
+u¿ytkowych, które czêsto u¿ywa siê w syntezatorach mowy.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%configure2_13
+%{__make} \
+       CC="%{__cc}" \
+       CXX="%{__cxx}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldlags}" \
+       OS_LIBS="-ldl -lncurses"
+
+exit 1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_pixmapsdir},%{_applnkdir}/Amusements}
+install oneko $RPM_BUILD_ROOT%{_bindir}
+install oneko.man $RPM_BUILD_ROOT%{_mandir}/man6/oneko.6
+
+gzip -9nf README README-NEW sample.resource
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Amusements
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man6/*
+%{_pixmapsdir}/*
+%{_applnkdir}/Amusements/*
This page took 0.077773 seconds and 4 git commands to generate.