# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-1.0.ebuild,v 1.3 2007/02/06 12:20:54 blubb Exp $ inherit distutils DESCRIPTION="A free filesharing tool for local area networks" HOMEPAGE="http://lanshark.29a.ch/" SRC_URI="http://lanshark.29a.ch/downloads/${P}.tar.bz2" IUSE="gtk" DEPEND="dev-python/simplejson gtk? ( dev-python/pygtk )" RDEPEND="" S="${WORKDIR}/${PN}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-remove_json.patch } pkg_preinst() { distutils_pkg_preinst if ! use gtk ; then rm "${D}/usr/bin/lansharkgui" fi }