gentoo-artwork-livecd-2006.1.ebuild 473 B

12345678910111213141516171819202122
  1. # Copyright 1999-2007 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="A collection of Gentoo Linux wallpapers for the LiveCD"
  4. SRC_URI="https://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2"
  5. HOMEPAGE="https://www.gentoo.org/"
  6. KEYWORDS="alpha amd64 ia64 ppc x86 ~x86-fbsd"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. IUSE=""
  10. RESTRICT="binchecks strip"
  11. DEPEND=""
  12. S=${WORKDIR}
  13. src_install() {
  14. insinto /usr/share/pixmaps
  15. doins -r *
  16. }