tactile-0_pre20060612.ebuild 489 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. MY_PN="Tactile"
  5. DESCRIPTION="Nice, calm and dark low contrast GTK+ theme"
  6. HOMEPAGE="http://gnome-look.org/content/show.php/Tactile?content=40771"
  7. SRC_URI="http://gnome-look.org/CONTENT/content-files/40771-${MY_PN}.tar.gz"
  8. LICENSE="CC-BY-2.0"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~x86"
  11. IUSE=""
  12. S="${WORKDIR}/${MY_PN}"
  13. src_install() {
  14. insinto /usr/share/themes
  15. doins -r "${S}"/
  16. }