# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="This is a crisp new set of realistic-looking SVG icons made especially for ROX by Alex Kloss" MY_PN="ROX-SVG-Icons" APPNAME="ROX-SVG" SRC_URI="http://www.students.uni-marburg.de/~Klossa/${MY_PN}-${PV}.tar.gz" HOMEPAGE="http://rox.sourceforge.net/phpwiki/index.php/AlexKloss" LICENSE="Not-Specified" IUSE="SVG" 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 ${APPNAME} ${D}/usr/share/ROX-Filer/ROX/ dosym /usr/share/ROX-Filer/ROX/${APPNAME} /usr/share/icons/${APPNAME} } pkg_postinst() { einfo "Theme ${APPNAME} has been installed. To use select Options" einfo "then Types, and select ${APPNAME} from the drop down list." }