# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="BSCommander is a file manager." HOMEPAGE="http://www.beesoft.org/" SRC_URI="http://www.beesoft.org/download/bsc_2.06.tar.gz" KEYWORDS="x86" IUSE="" LICENSE="GNU GPL" DEPEND=">=x11-libs/qt-3.3" S=${WORKDIR} src_install() { exeinto /opt/bin doexe bsc || die "doexe failed" dodoc licence.txt }