1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 DESCRIPTION="btrfs filesystem utilities"
8 HOMEPAGE="http://oss.oracle.com/projects/btrfs/"
9 SRC_URI="http://oss.oracle.com/projects/btrfs/dist/files/${P}.tar.bz2"
23 # Change installation directory to a more suitable place
24 epatch "${FILESDIR}"/${P}-makefile.patch
28 emake || die "emake failed"
32 emake DESTDIR="${D}" install || die "install failed"
37 einfo "The Btrfs disk format is not yet finalized and it currently does not"
38 einfo "handle disk full conditions at all. Things are under heavy development"
39 einfo "and Btrfs is not suitable for any uses other than benchmarking and review."
41 einfo "Documentation and the kernel module can be found at."
42 einfo "http://oss.oracle.com/projects/btrfs"