# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Linux filesystem designed to be simple, small, and to compress things well" HOMEPAGE="" SRC_URI="ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/${PN}-snapshot-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~mips ~arm" IUSE="" S=${WORKDIR}/${PN} DEPEND="sys-libs/zlib virtual/libc" src_compile() { make LINUXDIR=${ROOT}/usr/src/linux/ || die } src_install() { into / #dosbin mkcramfs cramfsck || die dodoc README NOTES }