Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71095 Details for
Bug 109969
super ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
super 3.26.0 ebuild
super-3.26.0.ebuild (text/plain), 799 bytes, created by
yardbird
on 2005-10-20 16:08:01 UTC
(
hide
)
Description:
super 3.26.0 ebuild
Filename:
MIME Type:
Creator:
yardbird
Created:
2005-10-20 16:08:01 UTC
Size:
799 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit autotools eutils libtool > >DESCRIPTION="Utility to allow certain users to execute commands with super user privileges" >HOMEPAGE="ftp://ftp.ucolick.org/pub/users/will" >SRC_URI="ftp://ftp.ucolick.org/pub/users/will/${P}-tar.gz" > >LICENSE="Artistic" >SLOT="0" >KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~x86" >IUSE="pam" > >RDEPEND="virtual/libc" > >DEPEND="${RDEPEND} > pam? ( sys-libs/pam )" > >src_unpack() { > cd ${WORKDIR} > tar xzf ${DISTDIR}/${P}-tar.gz || die "Source unpack failed" >} > >src_compile() { > econf $(use_enable pam) || die "econf failed" > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die > dodoc README README.Y2K INSTALL.notes WhatsNew >}
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 109969
: 71095