summaryrefslogtreecommitdiff
blob: db9e681d3933c3d29f188a00cbc0354c502e7487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.11_rc3.ebuild,v 1.1 2007/09/05 14:03:16 mrness Exp $

inherit linux-info

DESCRIPTION="FUSE filesystem interface for ObexFTP"
HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFs"
SRC_URI="http://triq.net/obexftp/${P/_/-}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=net-wireless/bluez-libs-2.25
	>=app-mobilephone/obexftp-0.22_rc7
	>=sys-fs/fuse-2.6.4"
RDEPEND=${DEPEND}

S="${WORKDIR}/${P%_*}"

src_install() {
	make DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS ChangeLog README
}

pkg_postinst() {
	# Check kernel configuration
	local CONFIG_CHECK="~FUSE_FS"
	check_extra_config
}