# # (C) 2002 The TelemetryBox Corporation. http://telemetrybox.biz # Christoph Lameter, , July 15, 2002 # # Released under the GPL # DESCRIPTION="Tool to unpack, pack and handle cramfs files. Cramfs is most frequently used with initrd" HOMEPAGE="http://sourceforge.net/projects/cramfs/" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/cramfs/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="x86 ppc" DEPEND="bash" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" S=${WORKDIR}/${P} src_compile() { make || die } src_install () { # make DESTDIR=${D} install || die dodoc README NOTES dobin mkcramfs cramfsck }