# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Some nice themes for Fluxbox" S=${WORKDIR} THEME_URI="http://download.freshmeat.net/themes" SRC_URI="${THEME_URI}/almostx/almostx-default-0.2.tar.gz ${THEME_URI}/matrixreloaded/matrixreloaded-default.tar.gz" HOMEPAGE="http://themes.freshmeat.net/browse/962" RDEPEND "=x11-wm/fluxbox-*" src_compile() { einfo "Nothing to compile" } src_install() { dodir /usr/share/fluxbox/styles dodir /usr/share/fluxbox/backgrounds cp -a * ${D}/usr/share/fluxbox/ }