Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45927 Details for
Bug 74301
Ebuild for authbind.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
authbind-1.1.5.2.ebuild
authbind-1.1.5.2.ebuild (text/plain), 851 bytes, created by
Daniel Marmander
on 2004-12-13 10:08:36 UTC
(
hide
)
Description:
authbind-1.1.5.2.ebuild
Filename:
MIME Type:
Creator:
Daniel Marmander
Created:
2004-12-13 10:08:36 UTC
Size:
851 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >HOMEPAGE="N/A" >DESCRIPTION="Allowes controlled use of low ports for non-root execs" >SRC_URI="http://ftp.se.debian.org/debian/pool/main/a/authbind/${PN}_${PV}-0.1.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >DEPEND="" >S=${WORKDIR}/${P} > >src_compile() { > make \ > prefix=/usr \ > mandir=/usr/share/man \ > infodir=/usr/share/info \ > etc_dir=/etc/authbind \ > lib_dir=/usr/lib/authbind \ > || die "make failed" >} >src_install() { > dodir /usr/bin > dodir /etc/authbind > keepdir /etc/authbind > make \ > prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > infodir=${D}/usr/share/info \ > etc_dir=${D}/etc/authbind \ > lib_dir=${D}/usr/lib/authbind \ > install || die "make install failed" > > doman authbind.1 > doman authbind-helper.8 >}
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 74301
: 45927 |
221821