# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Program to place Icons on the Root Window" HOMEPAGE="http://freshmeat.net/projects/idesk/" SRC_URI="http://dramamine.darktech.org/~nikon/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" DEPEND=">=media-libs/imlib-1.9.14-r1" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" #pkg_setup () { #dodoc EXAMPLE.ideskrc #rm -rf EXAMPLE.ideskrc #} src_compile () { emake || die } src_install () { exeinto /usr/bin doexe idesk dodoc README ${FILESDIR}/EXAMPLE.ideskrc } pkg_postinst () { einfo "____________________________________________________________" einfo "| An example configuration is included with this ebuild as |" einfo "| EXAMPLE.ideskrc Please copy this file to your HOME DIR |" einfo "| Edit, and rename .ideskrc Placing idesk & in your |" einfo "| .xinitrc to startup with X |" einfo "| At the moment only PNG icon format is suppoorted |" einfo "| THXS |" einfo "|__________________________________________________________|" }