Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 3711 Details for
Bug 7589
gnupg development version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnupg-1.1.91.ebuild
gnupg-1.1.91.ebuild (text/plain), 1.43 KB, created by
Jacob Perkins
on 2002-09-06 19:09:03 UTC
(
hide
)
Description:
gnupg-1.1.91.ebuild
Filename:
MIME Type:
Creator:
Jacob Perkins
Created:
2002-09-06 19:09:03 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later > >S="${WORKDIR}/${P}" >DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" >HOMEPAGE="http://www.gnupg.org/" >SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 ppc sparc sparc64" > >DEPEND="sys-devel/perl > zlib? ( sys-libs/zlib ) > ldap? ( net-nds/openldap )" >RDEPEND="nls? ( sys-devel/gettext )" > >src_compile() { > local myconf > use nls || myconf="${myconf} --disable-nls" > use ldap || myconf="${myconf} --disable-ldap" > use zlib || myconf="${myconf} --with-included-zlib" > > #Still needed? > # Bug #6387, --enable-m-guard causes bus error on sparcs > if [ "${ARCH}" != "sparc" -a "${ARCH}" != "sparc64" ]; then > myconf="${myconf} --enable-m-guard" > fi > >#enable hkp? > econf ${myconf} || die > emake || make || die >} > >src_install () { > make DESTDIR="${D}" install || die > dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS README THANKS TODO VERSION > docinto doc > cd doc > dodoc FAQ HACKING DETAILS ChangeLog OpenPGP > docinto sgml > dodoc gpg.sgml gpgv.sgml > dohtml faq.html > docinto txt > dodoc faq.raw > chmod +s "${D}/usr/bin/gpg" >} > >pkg_postinst() { > einfo "gpg is installed SUID root to make use of protected memory space" > einfo "This is needed in order to have a secure place to store your passphrases," > einfo "etc. at runtime but may make some sysadmins nervous" >}
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 7589
: 3711