# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils autotools

DESCRIPTION="Mountpoint utility for ntfs-3g"
HOMEPAGE="http://flomertens.free.fr/ntfs-config/index.html"
SRC_URI="http://flomertens.free.fr/${PN}/download/source/${P}.tar.gz"

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

COMMONDEPEND="gnome-base/libglade
	sys-apps/dbus
	sys-apps/hal
	x11-libs/gtk+"
RDEPEND="${COMMONDEPEND}
	sys-fs/ntfs3g"
DEPEND="${COMMONDEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"

	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc AUTHORS ChangeLog NEWS README TODO
}