# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Transparent filesystem compression via FUSE. Supports lzo, gzip and bzip2" SRC_URI="http://miio.net/files/FuseCompress-${PV}.tar.gz" HOMEPAGE="http://miio.net/fusecompress/" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="debug" S="${WORKDIR}/FuseCompress-${PV}/public/" DEPEND=">=sys-fs/fuse-2.4.1-r1 >=app-arch/bzip2-1.0.3-r5 >=sys-libs/zlib-1.2.3" src_compile() { if use debug; then emake debug else emake release fi } src_install() { dobin fusecompress }