Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88087 - ivcall with fax scanning additions (propose 0.4-r1)
Summary: ivcall with fax scanning additions (propose 0.4-r1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-05 14:44 UTC by Nico Baggus
Modified: 2005-04-05 22:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Baggus 2005-04-05 14:44:11 UTC
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ivcall-0.4.ebuild,v 1.1 2005/01/31 23:29:24 mrness Exp $

inherit eutils

DESCRIPTION="Utility for making automated telephone calls via ISDN"
HOMEPAGE="http://0pointer.de/lennart/projects/ivcall/"
SRC_URI="http://0pointer.de/lennart/projects/ivcall/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="spandsp"
DEPEND="net-dialup/isdn4k-utils
                spandsp? ( >=media-libs/spandsp-0.0.2_pre10 )"

src_compile() {
        local myconf="--disable-lynx --disable-xmltoman"
        econf $myconf || die "econf failed"
        emake || die "emake failed"
}

src_install() {
        einstall || die "einstall failed"
        dohtml doc/*.{html,css}
        dodoc doc/README
}
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-05 17:25:18 UTC
Nico: Don't inline, attach files as plain text. If you attach something, a unified diff is preferred. The header is invalid, please read 
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2005-04-05 22:26:40 UTC
done