# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: gentoo-wallpapers-0.1.ebuild DESCRIPTION="Gentoo Wallpapers Collection" HOMEPAGE="http://www.breakmygentoo.net/" SRC_URI="http://www.breakmygentoo.net/ebuilds/${P}.tar.bz2" IUSE="" LICENSE="GPL-2" KEYWORDS="x86 ppc alpha sparc" DEPEND="net-misc/wget" SLOT="0" S=${WORKDIR}/${P} src_unpack() { cd ${WORKDIR} tar -xjf ${DISTDIR}/${A} } src_install() { dodir /usr/share/gentoo/wallpapers cp -dpR ${WORKDIR}/* ${D}/usr/share/gentoo/wallpapers/ } pkg_postinst() { einfo You have just installed the Gentoo Wallpapers set from einfo breakmygentoo.net einfo einfo They are user contributions and have been installed into einfo /usr/share/gentoo/wallpapers/ einfo einfo For Credits, look at /usr/share/gentoo/wallpapers/CREDITS einfo einfo To get your work in this collection, submit it to: einfo karl1@breakmygentoo.net einfo einfo Enjoy the wallpapers! einfo }