# Copyright 1999-2006 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="http://tuxcmd.sourceforge.net/files/${PN}-dev-${PV}-bin.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" RESTRICT="nomirror" 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 () { dobin ${WORKDIR}/tuxcmd }