# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.6.5.ebuild,v 1.2 2007/06/11 04:45:13 opfer Exp $ DESCRIPTION="ccgfs is a transport-agnostic network filesystem using FUSE" HOMEPAGE="http://freshmeat.net/projects/ccgfs/?branch_id=70817&release_id=265031" SRC_URI="http://freshmeat.net/redir/ccgfs/70817/url_bz2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} sys-apps/attr sys-libs/libhx" src_install() { make DESTDIR="${D}" install || die } pkg_postinst() { einfo einfo "net-fs/ccgfs is an unnofficil ebuild." einfo einfo "It is not related to the Gentoo Developers in any way, so don't" einfo "ever report a bug about net-fs/ccgfs if you are using this ebuild." einfo }