# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.3.5-r1.ebuild,v 1.5 2003/04/22 06:00:05 mkeadle Exp $ DESCRIPTION="Utility to place icons on the root window" HOMEPAGE="http://idesk.timmfin.net/" SRC_URI="http://idesk.timmfin.net/releases/idesk-0.5.2.1.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND=">=x11-libs/gtk+-2.2.1 >=gnome-base/librsvg-2.2.5 >=media-libs/libart_lgpl-2.3.10 virtual/x11 >=media-libs/freetype-2.1.3" S="${WORKDIR}" src_unpack() { unpack ${A} } 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 }