Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 291267 Details for
Bug 389015
dev-libs/libpki - Provide an easy-to-use PKI library and tools for PKI enabled application development
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libpki-0.6.5-r1.ebuild
libpki-0.6.5-r1.ebuild (text/plain), 1.35 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2011-10-30 20:00:33 UTC
(
hide
)
Description:
libpki-0.6.5-r1.ebuild
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2011-10-30 20:00:33 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit libtool autotools autotools-utils > >DESCRIPTION="Provide an easy-to-use PKI library and tools for PKI enabled application development." >HOMEPAGE="http://www.openca.org/projects/libpki" >SRC_URI="mirror://sourceforge/project/openca/${PN}/releases/v${PV}/sources/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="examples mysql postgres ssl static-libs ldap" > >DEPEND="dev-libs/libxml2 > dev-libs/openssl > ldap? ( net-nds/openldap ) > mysql? ( virtual/mysql ) > postgres? ( dev-db/postgresql-base )" > >RDEPEND="${DEPEND}" >DOCS=(AUTHORS ChangeLog INSTALL NEWS README) >AUTOTOOLS_IN_SOURCE_BUILD=1 > >#need internet connections >RESTRICT="test" > >src_prepare() { > epatch "${FILESDIR}"/*.patch > eautoreconf >} > >src_configure () { > local myeconfargs=( > $(use_enable ldap) \ > --with-package-prefix="${EPREFIX}" \ > $(use_enable mysql) \ > $(use_enable postgres pg) \ > --disable-kmf \ > --enable-ecdsa \ > $(use_enable ssl openssl-engine) \ > --disable-iphone) > autotools-utils_src_configure >} > >src_install() { > autotools-utils_src_install > > if use examples; then > insinto /usr/share/doc/"${PF}" > doins -r examples > fi >} > >pkg_postinst() { > einfo "For more inf, see" > einfo "http://wiki.openca.org/wiki/index.php/LibPKI_configuration_files" >}
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 389015
: 291267 |
291269
|
291271