# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Submitted by: Ferdy # $Header: $ DESCRIPTION="Utility to place icons on the root window" HOMEPAGE="http://idesk.timmfin.net" SRC_URI="http://idesk.timmfin.net/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND=">media-libs/imlib-1.9.14 virtual/x11 media-libs/freetype >=gnome-base/librsvg-2.2.5" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" S="${WORKDIR}" src_compile() { emake || die } src_install() { exeinto /usr/bin doexe idesk dodoc README } pkg_postinst() { einfo einfo "NOTE: Please refer to ${HOMEPAGE}" einfo "NOTE: For info on configuring ${PN}" einfo }