lush-0.1.0-r2.ebuild 438 B

123456789101112131415161718192021
  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. S="${WORKDIR}"
  4. DESCRIPTION="Lush KDE icon theme"
  5. SRC_URI="mirror://gentoo/${P}dave.tar.gz"
  6. HOMEPAGE="http://www.kde-look.org/content/show.php?content=5483"
  7. KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd"
  8. LICENSE="GPL-1"
  9. SLOT="0"
  10. IUSE=""
  11. RESTRICT="strip binchecks"
  12. src_install(){
  13. insinto /usr/share/icons
  14. doins -r lush
  15. }