# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="Uniquicon theme for ROX by pezhammer. Adapted for ROX by IndioCabreao" MY_PN="Uniquicons_ROX" SRC_URI="http://indiocabreao.spymac.net/temas_iconos_ROX/${MY_PN}.tar.gz" HOMEPAGE="http://www.aventuraspez.tk" LICENSE="CCPL-by-nc-sa-2" IUSE="" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86" SLOT="0" DEPEND=">=rox-base/rox-2.0" # necessary to avoid normal compilation steps, we have nothing to compile here src_compile() { einfo "Nothing to compile..." } S=${WORKDIR} src_install(){ dodir /usr/share/icons/ dodir /usr/share/ROX-Filer/ROX/ cp -r ${MY_PN} ${D}/usr/share/ROX-Filer/ROX/ dosym /usr/share/ROX-Filer/ROX/${MY_PN} /usr/share/icons/${MY_PN} } pkg_postinst() { einfo "Theme ${MY_PN} has been installed. To use select Options" einfo "then Types, and select ${MY_PN} from the drop down list." }