# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # https://bugs.gentoo.org/show_bug.cgi?id=442232 # $Header: Alpha-Linux-HAMMER-FUSE.ebuild,v 1.2 This header will need to be patched. or modified. Exp $ # Michael R. Lawrence IT Security Admin @@ mike_at___Michaellawrenceit.com ### Sabayon-Zoro Bleeding Edge Network Security tools/Package ports. for Gentoo & Sabayon ### Ebuilds Someting I really Need to Learn.... for virtul packaging and or Adding more IT Sec/forensic tools to Gentoo.... Without having To beg.... ### Clue Factor Some-what of a clue !!!!!!!!!!! ******* DEVS PLZ look over the code Thank you... #### Ebuild Revised By a Real Gentoo Devloper/s :: (Add Names hear. ::: (All hail) n Thanks be to the Dev/s.## #### Hammer-Fuse By Daniel Lorch <******@gmail.com> Author. EAPI=5 inherit scons-utils toolchain-funcs #udev DESCRIPTION="HAMMER-FUSE filesystem module" HOMEPAGE="http://dlorch.github.com/hammer-fuse/" SRC_URI="https://github.com/dlorch/hammer-fuse/tarball/master/${P}.tar.gz" LICENSE="BSD" #### Hammer FUSE Author Requested Dragon Fly BSD Licence Type if Posible. SLOT="0" KEYWORDS="~arm ~amd64 ~x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="sys-fs/fuse" DEPEND=${RDEPEND} src_compile() { tc-export AR CC RANLIB escons CCFLAGS="${CFLAGS}" } src_install() { dosbin fuse/mount.fusehammer dosym mount.hammer-fuse /usr/sbin/mount.fusehammer doman */*.8 dodoc ChangeLog } pkg_postinst() { echo elog 'Warning 'HAMMER-FUSE' for Linux is still Very ALPHA and Readonly.. and a Powder-KEG --LIVECD/Forensics-LiveCD use is FINE --Be-forwared on a production System IT may/manot Crash Without warning' echo }