Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 365148 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.10.0.ebuild
ftimes-3.10.0.ebuild (text/plain), 979 bytes, created by
Kalin KOZHUHAROV
on 2013-12-12 14:17:14 UTC
(
hide
)
Description:
ftimes-3.10.0.ebuild
Filename:
MIME Type:
Creator:
Kalin KOZHUHAROV
Created:
2013-12-12 14:17:14 UTC
Size:
979 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >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="~amd64 ~x86 ~x64-macos ~x86-macos" >IUSE="pcre ssl static" > >DEPEND=">=sys-libs/zlib-1.2.7 > >=app-arch/bzip2-1.0.6 > ssl? ( >=dev-libs/openssl-1.0.0j ) > pcre? ( >=dev-libs/libpcre-8.30-r2 )" > >src_configure() { > use static && sed -i -e "s/^FTIMES_LFLAGS.*/& -static/" "${S}/src/Makefile.in" > # TODO: > # add more useflags > # see how to install the server > econf \ > --with-all-tools \ > $(use_with ssl ssl /usr) \ > $(use_with pcre pcre /usr) >} > >src_install() { > emake DESTDIR="${D}" install > # FIXME: ugly! > mkdir "${D}/usr/share" "${D}/etc/${PN}" > mv "${D}/usr/man" "${D}/usr/share/" > # FIXME: not working?! > mv "${D}/etc/*" "${D}/etc/${PN}" >}
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