# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESKLET_NAME="SideStripes" MY_P=${DESKLET_NAME}-${PV} DESCRIPTION="gDesklets: SideStripes-Displays" HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=232" SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" INSTDIR="/usr/lib/gdesklets" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gnome-extra/gdesklets-core-0.33" src_compile() { true # nothing to do } src_install() { # first we make die Directories dodir ${INSTDIR} dodir ${INSTDIR}/Displays dodir ${INSTDIR}/Displays/${DESKLET_NAME} dodir ${INSTDIR}/Controls dodir ${INSTDIR}/Controls/${MY_P} # then we install the Displays cd ${WORKDIR} insinto ${INSTDIR}/Displays doins -r ${DESKLET_NAME} # then we install the Controls cd ${WORKDIR}/Controls insinto ${INSTDIR}/Controls/${MY_P} doins -r * }