Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 125854 Details for
Bug 186442
new ebuild for OpenPGP public key server (pks)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for pks
pks-0.9.6.ebuild (text/plain), 2.60 KB, created by
j.habenicht
on 2007-07-24 08:53:27 UTC
(
hide
)
Description:
Ebuild for pks
Filename:
MIME Type:
Creator:
j.habenicht
Created:
2007-07-24 08:53:27 UTC
Size:
2.60 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >inherit eutils > ># Short one-line description of this package. >DESCRIPTION="Key server for OpenPGP keys" > ># Homepage, not used by Portage directly but handy for developer reference >HOMEPAGE="http://pks.sourceforge.net/" > ># Point to any required sources; these will be automatically downloaded by ># Portage. >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > ># License of the package. This must match the name of file(s) in ># /usr/portage/licenses/. For complex license combination see the developer ># docs on gentoo.org for details. >LICENSE="pks" > >SLOT="0" > >KEYWORDS="~x86" > >IUSE="tcpd" > > ># Build-time dependencies, such as ># ssl? ( >=dev-libs/openssl-0.9.6b ) ># >=dev-lang/perl-5.6.1-r1 ># It is advisable to use the >= syntax show above, to reflect what you ># had installed on your system when you tested the package. Then ># other users hopefully won't be caught without the right version of ># a dependency. >DEPEND="virtual/libc > tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" > ># Run-time dependencies. Must be defined to whatever this depends on to run. ># The below is valid if the same run-time depends are required to compile. >RDEPEND="${DEPEND}" > > >src_compile() { > # !!!!!!!! FIX ME > # --localstatedir has to be /var/lib/pks NOT /var/lib > econf $(use_with tcpd libwrap) || die "econf failed" > emake -j1 || die "emake failed" >} > >src_install() { > # You must *personally verify* that this trick doesn't install > # anything outside of DESTDIR; do this by reading and > # understanding the install part of the Makefiles. > # This is the preferred way to install. > emake DESTDIR="${D}" install || die "emake install failed" > > # When you hit a failure with emake, do not just use make. It is > # better to fix the Makefiles to allow proper parallelization. > # If you fail with that, use "emake -j1", it's still better than make. > > # For Makefiles that don't make proper use of DESTDIR, setting > # prefix is often an alternative. However if you do this, then > # you also need to specify mandir and infodir, since they were > # passed to ./configure as absolute paths (overriding the prefix > # setting). > #emake \ > # prefix="${D}"/usr \ > # mandir="${D}"/usr/share/man \ > # infodir="${D}"/usr/share/info \ > # libdir="${D}"/usr/$(get_libdir) \ > # install || die "emake install failed" > # Again, verify the Makefiles! We don't want anything falling > # outside of ${D}. > > # The portage shortcut to the above command is simply: > # > #einstall || die "einstall 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 186442
: 125854