Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 151440 Details for
Bug 198967
net-dialup/iwar (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
iWar ebuild with MySQL and IAX2 support.
iwar-0.071.ebuild (text/plain), 921 bytes, created by
Champ Clark
on 2008-04-30 17:32:16 UTC
(
hide
)
Description:
iWar ebuild with MySQL and IAX2 support.
Filename:
MIME Type:
Creator:
Champ Clark
Created:
2008-04-30 17:32:16 UTC
Size:
921 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Intelligent Wardialer Program" >HOMEPAGE="http://www.softwink.com/iwar" >SRC_URI="http://softwink.com/iwar/download/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="iax2 mysql" > >DEPEND="sys-libs/ncurses > mysql? ( dev-db/mysql )" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > EPATCH_SOURCE="${FILESDIR}" > EPATCH_SUFFIX="patch" > EPATCH_FORCE="yes" epatch >} > >src_compile() { > econf $(use_enable mysql) \ > $(use_enable iax2) > > emake || die "emake failed" >} > >src_install() { > dodir /etc/iwar > emake DESTDIR="${D}" install || die "Install failed" > dodoc AUTHORS ChangeLog FAQ MODEMS-TESTED README README.IAX2 THANKS TODO > doman "${FILESDIR}"/${PN}.1 >} > >pkg_postinst() { > elog "Users must be in group uucp in order to be able to use iwar." >}
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 198967
:
151394
| 151440