Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56573 Details for
Bug 73296
ebuild request for FTimes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ftimes-3.4.0.ebuild
ftimes-3.4.0.ebuild (text/plain), 719 bytes, created by
Carsten Frewert
on 2005-04-18 06:52:56 UTC
(
hide
)
Description:
ftimes-3.4.0.ebuild
Filename:
MIME Type:
Creator:
Carsten Frewert
Created:
2005-04-18 06:52:56 UTC
Size:
719 bytes
patch
obsolete
># Copyright 2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A system baselining and evidence collection tool" >HOMEPAGE="http://ftimes.sourceforge.net/FTimes/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="ssl static" > >DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )" > >src_compile() { > use static && sed -i -e "s/^FTIMES_LFLAGS.*/& -static/" ${S}/src/Makefile.in > > local myconf > use ssl || myconf="--without-ssl" > > econf --sysconfdir=/etc/ftimes ${myconf} || die "./configure failed" > > emake || die "emake failed" >} > >src_install() { > einstall etcdir=${D}/etc/ftimes || die "install failed" >} >
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 73296
: 56573 |
365148