You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
648 B
24 lines
648 B
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.12.ebuild,v 1.1 2009/07/23 08:54:09 mrness Exp $
|
|
|
|
EAPI="2"
|
|
|
|
DESCRIPTION="FUSE filesystem interface for ObexFTP"
|
|
HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFs"
|
|
SRC_URI="mirror://sourceforge/openobex/files/${PN}/${PV}/${P}.tar.gz"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=">=app-mobilephone/obexftp-0.22
|
|
sys-fs/fuse"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die "make install failed"
|
|
dodoc AUTHORS ChangeLog README
|
|
}
|