Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78672 Details for
Bug 121140
nbd won't build without glib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for nbd depending on >=glib2.0
nbd-2.8.2-r1.ebuild (text/plain), 1007 bytes, created by
Jesus Rivero (Neurogeek)
on 2006-02-01 12:12:51 UTC
(
hide
)
Description:
ebuild for nbd depending on >=glib2.0
Filename:
MIME Type:
Creator:
Jesus Rivero (Neurogeek)
Created:
2006-02-01 12:12:51 UTC
Size:
1007 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.8.2-r1.ebuild,v 1.4 2005/12/23 03:30:45 fuzzyray Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="Userland client/server for kernel network block device" >HOMEPAGE="http://nbd.sourceforge.net/" >SRC_URI="mirror://sourceforge/nbd/${P}.tar.gz > mirror://gentoo/nbd-linux-include.h.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="" > >DEPEND=">=dev-libs/glib-2.0" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-gznbd.patch > epatch "${FILESDIR}"/${P}-buffer-check.patch > > mkdir -p "${S}"/inc-after/linux > mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h > append-flags -idirafter "${S}"/inc-after >} > >src_compile() { > econf \ > --enable-lfs \ > --enable-syslog \ > || die > emake || die > emake -C gznbd || die >} > >src_install() { > make install DESTDIR="${D}" || die > dobin gznbd/gznbd || die > dodoc README >}
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 121140
: 78672