# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 IUSE="" DESCRIPTION="Tux Commander - Fast and Small filemanager using GTK2" HOMEPAGE="http:/tuxcmd.sourceforge.net/" SRC_URI="mirror://sourceforge/tuxcmd/${P}-bin.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=x11-libs/gtk+-2" RDEPEND=">=x11-libs/gtk+-2" src_compile() { einfo "This is a binary package, we dont compile this one.." } src_install () { cd ${WORKDIR}/tuxcmd-${PV}-bin dodoc COPYING README dobin tuxcmd }