Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55212 Details for
Bug 38163
net-dialup/vocp - answering machine, text-to-speech, pager, fax, redirection, caler id
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-apps/vocp/vocp-0.9.3.ebuild
vocp-0.9.3.ebuild (text/plain), 2.49 KB, created by
James Hiscock
on 2005-04-03 10:42:41 UTC
(
hide
)
Description:
sys-apps/vocp/vocp-0.9.3.ebuild
Filename:
MIME Type:
Creator:
James Hiscock
Created:
2005-04-03 10:42:41 UTC
Size:
2.49 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Much more than an answering machine, VOCP transforms your computer into a full-featured call answering and voice messaging system." >HOMEPAGE="http://www.vocpsystem.com/" > >SRC_URI="mirror://sourceforge/vocp/VOCP-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="mp3 oggvorbis X vhosts tts" > >RDEPEND="net-dialup/mgetty > > dev-perl/MIME-tools > dev-perl/Modem-Vgetty > dev-perl/Data-Dumper > dev-perl/XML-Mini > > X? ( dev-perl/Audio-DSP > dev-perl/perl-tk ) > > vhosts? ( dev-perl/crypt-cbc > dev-perl/Crypt-Blowfish ) > > tts? ( app-accessibility/festival )" > >src_compile() { > enewgroup vocp > > cd ${S} > einfo "Backing up install_vocp.pl script..." > cp install_vocp.pl install_vocp.pl.orig || die "Failed to backup install_vocp.pl" > > epatch ${FILESDIR}/install-${P}.patch > > einfo "Building VOCP perl modules..." > cd ${S}/prog/VOCP > export PERL_MM_USE_DEFAULT=1 > perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D} > make >} > >src_install() { > export VOCP_GROUP=vocp > export VOCP_BASEDIR=${D} > use tts && export VOCP_HAVE_TTS=y > > einfo "Running patched install_vocp.pl script..." > perl ./install_vocp.pl > > einfo "Installing VOCP Perl modules..." > cd ${S}/prog/VOCP > make install > > einfo "Installing documentation..." > cd ${S} > dodoc CHANGELOG INSTALL LICENSE README > docinto doc ; dodoc doc/* > > einfo "Restoring original install_vocp.pl script..." > mv install_vocp.pl.orig install_vocp.pl || die "Failed to restore original install_vocp.pl" > insinto /usr/local/vocp > doins install_vocp.pl > >} > >pkg_postinst() { > echo > einfo "You will find the main vocp program and configuration files in the" > einfo "/etc/vocp directory. The VOCP support programs (xVOCP, VOCPhax," > einfo "etc.), documentation and VOCPweb will be located under /usr/local/vocp." > echo > einfo "You now need to configure the system to your tastes but you should have" > einfo "a working system, with voice mail, pager and command shells!" > echo > einfo "As root, edit /etc/vocp/vocp.conf and follow the instructions within." > echo > einfo "If you need to change the audio file format, please use" > einfo " /usr/local/vocp/install_vocp.pl" > einfo "and select the appropriate format for your hardware." > echo > ewarn "Please make sure you read the documentation in /usr/share/doc/${P}/doc" > ewarn "to complete the installation. VOCP and required packages have been" > ewarn "installed, but not configured." > echo >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 38163
:
55212
|
55213
|
55214
|
55215
|
55216
|
55217
|
114582
|
114584