# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer Spider # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp # Source directory; the dir where the sources can be found # (automatically unpacked) inside ${WORKDIR}. Usually you can just # leave this as-is. S=${WORKDIR}/Propaganda/Vol1 # Short one-line description of this package. DESCRIPTION="Propaganda Vol1. Tiling images for your desktop" # Point to any required sources; these will be automatically # downloaded by Portage. SRC_URI="http://www.resexcellence.com/propaganda/${P}.tar.gz" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://www.resexcellence.com/propaganda/index.shtml" DEPEND="" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" src_compile() { sleep 1 } src_install () { dodir /usr/share/pixmaps/${P} mv -f ${S}/* ${D}/usr/share/pixmaps/${P} || die dodoc ../COPYING ../README ../README-GPL ../README-PROPAGANDA ../magicbg.tar.gz }