goosh-1.3.ebuild 435 B

1234567891011121314151617
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Small process-control library for Guile"
  4. HOMEPAGE="http://arglist.com/guile/"
  5. SRC_URI="http://arglist.com/guile/${P}/${P}.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ppc x86"
  9. IUSE=""
  10. RDEPEND=">=dev-scheme/guile-1.6"
  11. DEPEND="${RDEPEND}"
  12. src_install() {
  13. make DESTDIR="${D}" install || die "install failed"
  14. }