SOURCES: eflite-DESTDIR.patch (NEW), eflite-doc.patch (NEW) - new, ...

twittner twittner at pld-linux.org
Thu Sep 14 23:54:13 CEST 2006


Author: twittner                     Date: Thu Sep 14 21:54:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new, based on ALT Linux spec

---- Files affected:
SOURCES:
   eflite-DESTDIR.patch (NONE -> 1.1)  (NEW), eflite-doc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eflite-DESTDIR.patch
diff -u /dev/null SOURCES/eflite-DESTDIR.patch:1.1
--- /dev/null	Thu Sep 14 23:54:13 2006
+++ SOURCES/eflite-DESTDIR.patch	Thu Sep 14 23:54:08 2006
@@ -0,0 +1,12 @@
+--- a/Makefile.in~	2006-09-14 21:16:22.000000000 +0200
++++ b/Makefile.in	2006-09-14 21:17:10.000000000 +0200
+@@ -54,7 +54,7 @@
+ endif
+ 
+ install: eflite
+-	mkdir -p $(exec_prefix)/bin && install -c -m 0755 $< $(exec_prefix)/bin
++	mkdir -p $(DESTDIR)$(exec_prefix)/bin && install -c -m 0755 $< $(DESTDIR)$(exec_prefix)/bin
+ 
+ test: eflite
+ 	./eflite -f eflite_test.txt
+

================================================================
Index: SOURCES/eflite-doc.patch
diff -u /dev/null SOURCES/eflite-doc.patch:1.1
--- /dev/null	Thu Sep 14 23:54:13 2006
+++ SOURCES/eflite-doc.patch	Thu Sep 14 23:54:08 2006
@@ -0,0 +1,47 @@
+--- eflite-0.3.8.orig/debian/eflite.1
++++ eflite-0.3.8/debian/eflite.1
+@@ -0,0 +1,44 @@
++.\"                                      Hey, EMACS: -*- nroff -*-
++.\" First parameter, NAME, should be all caps
++.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
++.\" other parameters are allowed: see man(7), man(1)
++.TH EFLITE 1 "June 24, 2002"
++.\" Please adjust this date whenever revising the manpage.
++.\"
++.\" Some roff macros, for reference:
++.\" .nh        disable hyphenation
++.\" .hy        enable hyphenation
++.\" .ad l      left justify
++.\" .ad b      justify to both left and right margins
++.\" .nf        disable filling
++.\" .fi        enable filling
++.\" .br        insert line break
++.\" .sp <n>    insert n+1 empty lines
++.\" for manpage-specific macros, see man(7)
++.SH NAME
++eflite \- a speech server for Festival lite 
++.SH SYNOPSIS
++.B eflite
++.SH DESCRIPTION
++This manual page documents briefly the
++.B eflite
++command.
++This manual page was written for the Debian distribution
++because the original program does not have a manual page.
++.PP
++.\" TeX users may be more comfortable with the \fB<whatever>\fP and
++.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
++.\" respectively.
++\fBeflite\fP is a program that is used as a backend for
++screen reader applications.
++It is usually not called by the user, instead it is invoked by
++the application which needs to output information via Festival Lite's
++speech synthesis engine.
++.SH OPTIONS
++This program does not have any options at this time.
++Instead, it's controlled by the data received via STDIN.
++.SH SEE ALSO
++.BR emacspeak (1),
++.SH AUTHOR
++This manual page was written by Mario Lang <mlang at debian.org>,
++for the Debian GNU/Linux system (but may be used by others).
================================================================


More information about the pld-cvs-commit mailing list