Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55218 Details for
Bug 87821
Sender Rewriting Scheme library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libsrs_alt-1.0_rc1.ebuild
libsrs_alt-1.0_rc1.ebuild (text/plain), 831 bytes, created by
Sheldon Hearn
on 2005-04-03 11:32:13 UTC
(
hide
)
Description:
libsrs_alt-1.0_rc1.ebuild
Filename:
MIME Type:
Creator:
Sheldon Hearn
Created:
2005-04-03 11:32:13 UTC
Size:
831 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >MY_PV=${PV%_rc*} >MY_RC=${PV#*_rc} >S=${WORKDIR}/${PN}-${MY_PV}rc${MY_RC} > >DESCRIPTION="Sender Rewriting Scheme library" >HOMEPAGE="http://srs.mirtol.com/" >SRC_URI="http://srs.mirtol.com/libsrs_alt-${MY_PV}rc${MY_RC}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/libc" >RDEPEND="" > >src_compile() { > # Since the primary intended consumers of this library are MTAs, > # use non-standard separator characters (--with-base64compat). > # This breaks "SRS Compliancy", which is a rough standard at > # best. > econf --with-base64compat || die "econf failed" > emake -j1 || die "emake failed" >} > >src_install() { > make install DESTDIR=${D} || die "make install failed" > dodoc ${S}/MTAs/README.EXIM >}
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 87821
: 55218