1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libixp/libixp-0.4.ebuild,v 1.1 2007/11/18 05:44:12 omp Exp $
7 DESCRIPTION
="libspfs-based daemon that shares the local filesystem over 9P"
8 HOMEPAGE
="http://sourceforge.net/projects/npfs/"
9 SRC_URI
="mirror://sourceforge/npfs/spfs-0.2.tar.gz"
13 KEYWORDS
="~amd64 ~x86"
16 DEPEND
="sys-libs/libspfs"
17 RDEPEND
="sys-libs/libspfs"
19 S
="${WORKDIR}/spfs/fs"
22 sed 's#: \.\.[^ ]*#:#' Makefile
-i || die
26 emake || die
"emake failed"