# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gentoo ebuild for generecon-1.1.0" HOMEPAGE="http://www.daimi.au.dk/~mailund/GeneRecon/" P=generecon-1.2.0 SRC_URI="http://www.daimi.au.dk/~mailund/GeneRecon/download/${P}.tar.gz" SLOT="0" # License of the package. This must match the name of file(s) in # /usr/portage/licenses/. For complex license combination see the developer # docs on gentoo.org for details. LICENSE="/usr/portage/licenses/GPL-2" KEYWORDS="x86" DEPEND="dev-util/guile sci-libs/gsl" src_compile() { econf || die "econf failed" make all || die "emake failed" } src_install() { # mkdir ${D}usr/bin #For some reason this is needed make install DESTDIR=${D}|| die }