Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 146121 Details for
Bug 150208
net-ftp/bftpd-1.5 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for the latest stable release
bftpd-2.1.ebuild (text/plain), 1.52 KB, created by
Stefan Wimmer
on 2008-03-14 14:10:28 UTC
(
hide
)
Description:
Ebuild for the latest stable release
Filename:
MIME Type:
Creator:
Stefan Wimmer
Created:
2008-03-14 14:10:28 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils toolchain-funcs > >KEYWORDS="~x86 ~amd64" > >DESCRIPTION="easy configurable FTP server" >HOMEPAGE="http://bftpd.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" > >IUSE="debug gzip logrotate pam xinetd" > >DEPEND="pam? ( || ( virtual/pam sys-libs/pam ) ) > gzip? ( || ( sys-libs/zlib )) >" > >RDEPEND="${DEPEND} > net-ftp/ftpbase > logrotate? ( app-admin/logrotate ) > xinetd? ( sys-apps/xinetd ) >" > >src_unpack() { > unpack ${A} > cd "${WORKDIR}/${PN}" >} > >src_compile() { > cd "${WORKDIR}/${PN}" > local myconf > if use gzip > then > myconf=" --enable-zlib" > fi > myconf="${myconf} $(use_enable pam)" > myconf="${myconf} $(use_enable debug)" > > econf ${myconf} || die "econf failed" > emake || die "emake failed" >} > >src_install() { > cd "${WORKDIR}/${PN}" > dosbin bftpd > > if use logrotate > then > insinto /etc/logrotate.d > newins "${FILESDIR}/bftpd.logrotate" bftpd > fi > > if use xinetd > then > insinto /etc/xinetd.d > newins "${FILESDIR}/bftpd.xinetd" bftpd > fi > > doman bftpd.8 > newdoc bftpd.conf bftpd.conf.example > dodoc COPYING CHANGELOG README TODO > dohtml doc/en/*.html >} > >pkg_postinst() { > echo > einfo "bftpd runs either with inetd or standalone" > einfo "An example for /etc/bftpd.conf is in /usr/share/doc/${P}" > echo > > if use gzip > then > einfo "gzip on the fly is supported with this installation of bftpd" > einfo "you can now set GZ_UPLOAD="yes" and GZ_DOWNLOAD="yes" in /etc/bftpd.conf" > echo > fi >}
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 150208
:
98881
|
98882
|
99121
|
99122
|
99123
| 146121