guile-gui-0.2.ebuild 537 B

12345678910111213141516171819
  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Guile Scheme code that aims to implement a graphical user interface"
  4. HOMEPAGE="http://www.ossau.uklinux.net/guile/"
  5. SRC_URI="http://www.ossau.uklinux.net/guile/${P}.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
  9. IUSE=""
  10. RDEPEND="dev-scheme/guile
  11. x11-libs/guile-gtk"
  12. DEPEND="${RDEPEND}"
  13. src_install() {
  14. make DESTDIR="${D}" install || die "install failed"
  15. dodoc ${S}/README
  16. }