Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19726 Details for
Bug 22320
nssha1-0.1.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nssha1 tarball with ebuild and diff
nssha1-0.1.ebuild (text/plain), 1.00 KB, created by
Rob Denison
on 2003-10-24 03:31:48 UTC
(
hide
)
Description:
nssha1 tarball with ebuild and diff
Filename:
MIME Type:
Creator:
Rob Denison
Created:
2003-10-24 03:31:48 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header:$ > >DESCRIPTION="SHA digest implementation for aolserver" >HOMEPAGE="http://www.aolserver.com" >SRC_URI="http://umn.dl.sourceforge.net/sourceforge/aolserver/${P}.tar.gz" >LICENSE="GPL" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="net-www/aolserver" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${P}" > >AOLSERVER_CONFDIR="/usr/lib/aolserver/config" >AOLSERVER_BASEDIR="/usr/lib/aolserver" > >src_unpack() { > > mkdir -p ${WORKDIR}/include > cp -a ${AOLSERVER_CONFDIR}/* ${WORKDIR}/include > > unpack ${P}.tar.gz > > # not sure why it fails on redundant header declarations without this patch! > epatch ${FILESDIR}/nssha1-0.1.diff >} > >src_compile() { > > emake NSBUILD=1 INST=../ || die >} > >src_install () { > into ${AOLSERVER_BASEDIR} > dobin ${WORKDIR}/${P}/nssha1.so > > fowners root.root ${AOLSERVER_BASEDIR}/bin/nssha1.so >} > >pkg_postinst () { > > einfo "To enable the use of ${P} you must add the module to your AOLServer config.tcl" >}
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 22320
:
12865
|
19726
|
19727
|
42176
|
43379