Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 416160 Details for
Bug 565006
sys-fs/spadfs: new filesystem module and tools
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
spadfs-0.9.17.ebuild
spadfs-0.9.17.ebuild (text/plain), 962 bytes, created by
Marcin Mirosław
on 2015-11-06 13:11:55 UTC
(
hide
)
Description:
spadfs-0.9.17.ebuild
Filename:
MIME Type:
Creator:
Marcin Mirosław
Created:
2015-11-06 13:11:55 UTC
Size:
962 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 >inherit linux-mod toolchain-funcs > >DESCRIPTION="filesystem with good performance" >HOMEPAGE="http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/spadfs/" >SRC_URI="http://artax.karlin.mff.cuni.cz/~mikulas/${PN}/download/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="" >RDEPEND="${DEPEND}" > >MODULE_NAMES="${PN}(drivers/fs:${S}/)" >BUILD_TARGETS="spadfs.module" >BUILD_PARAMS="V=1 M=${S}/" > >src_prepare() { > sed -i 's/\( -O2\| -fomit-frame-pointer\| -g\)//g' Makefile || die "sed failed" > sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile || die "sed failed" >} > >src_compile() { > linux-mod_src_compile > emake mkspadfs spadfsck CC=$(tc-getCC) >} >src_install() { > linux-mod_src_install > dodoc README ChangeLog INTERNALS > into / > dosbin mkspadfs spadfsck > dosym mkspadfs /sbin/mkfs.spadfs > dosym spadfsck /sbin/fsck.spadfs >}
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 565006
:
416160
|
421948
|
439660