noia-1.0-r1.ebuild 489 B

123456789101112131415161718192021
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="The Noia icon theme"
  4. HOMEPAGE="http://www.kde-look.org/content/show.php?content=3883"
  5. SRC_URI="mirror://debian/pool/main/k/kde-icons-noia/kde-icons-noia_1.0.orig.tar.gz"
  6. KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
  7. SLOT="0"
  8. IUSE=""
  9. LICENSE="LGPL-2.1"
  10. S="${WORKDIR}/noia_kde_100"
  11. RESTRICT="binchecks strip"
  12. src_install() {
  13. insinto /usr/share/icons/${PN}
  14. doins -r .
  15. }