Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157905 Details for
Bug 228729
[science] sys-block/tgt - Linux SCSI target framework (tgt) new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tgt-20080527.ebuild
tgt-20080527.ebuild (text/plain), 615 bytes, created by
Alexey Shvetsov
on 2008-06-21 12:55:43 UTC
(
hide
)
Description:
tgt-20080527.ebuild
Filename:
MIME Type:
Creator:
Alexey Shvetsov
Created:
2008-06-21 12:55:43 UTC
Size:
615 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic > >DESCRIPTION="Linux SCSI target framework (tgt)" >HOMEPAGE="http://stgt.berlios.de/" >SRC_URI="http://stgt.berlios.de/releases/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="rdma" > >DEPEND="rdma? ( sys-cluster/openib-userspace )" >RDEPEND="${DEPEND}" > >src_compile() { > cd "${S}"/usr > if use rdma ; then > make -j1 ISCSI=1 ISCSI_RDMA=1 > else > make -j1 ISCSI=1 > fi >} > >src_install() { > cd "${S}"/usr > dosbin tgtd > dosbin tgtadm > doinitd ${FILESDIR}/tgtd >} >
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 228729
: 157905 |
157907
|
181121
|
181122