commonbox-styles-0.6.ebuild 661 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. IUSE=""
  4. DESCRIPTION="Common styles for fluxbox, blackbox, and openbox"
  5. SRC_URI="mirror://gentoo/${P}.tar.bz2
  6. http://mkeadle.org/distfiles/${P}.tar.bz2"
  7. HOMEPAGE="http://mkeadle.org/distfiles/"
  8. SLOT="0"
  9. LICENSE="GPL-2"
  10. KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
  11. RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"
  12. src_install() {
  13. insinto /usr/share/commonbox/backgrounds
  14. doins "${S}"/backgrounds/*
  15. insinto /usr/share/commonbox/styles
  16. doins "${S}"/styles/*
  17. dodoc README.commonbox-styles STYLES.authors
  18. }