geramik-0.27-r1.ebuild 575 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. MY_P="Geramik-${PV}"
  4. DESCRIPTION="GTK+1 and GTK+2 Geramik Themes"
  5. HOMEPAGE="http://www.kde-look.org/content/show.php?content=3952"
  6. SRC_URI="http://www.kde-look.org/content/files/3952-${MY_P}.tar.gz"
  7. KEYWORDS="alpha amd64 ~mips ~ppc sparc x86"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND="x11-themes/gtk-engines-qtpixmap"
  13. S=${WORKDIR}/${MY_P}
  14. src_install() {
  15. make DESTDIR="${D}" install || die "Installation failed"
  16. dodoc AUTHORS ChangeLog README TODO
  17. }