Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27808 Details for
Bug 45053
util-vserver-0.29 (New. Was: vserver-0.22)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild
util-vserver-0.29.ebuild (text/plain), 878 bytes, created by
Ole Tange
on 2004-03-22 07:52:45 UTC
(
hide
)
Description:
The ebuild
Filename:
MIME Type:
Creator:
Ole Tange
Created:
2004-03-22 07:52:45 UTC
Size:
878 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Util-Vserver s_context Management utilities" >HOMEPAGE="http://savannah.nongnu.org/projects/util-vserver/" >SRC_URI="http://www-user.tu-chemnitz.de/~ensc/util-vserver/${P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >RESTRICT="nomirror" >IUSE="" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/configure.patch > automake > autoconf >} > > >src_compile() { > # don't use costum cflags > unset CFLAGS CXXFLAGS > ./configure \ > --host=${CHOST} \ > --exec-prefix=/usr \ > --prefix=/ \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > emake || die >} > >src_install() { > make DESTDIR=${D} install || die >} > >pkg_postint() { > cd ${D} > for i in `find ./etc -name "v_*"`;do rm $i;done >}
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 45053
:
27559
|
27560
| 27808 |
27809