diff options
Diffstat (limited to 'sci-astronomy/setimgr/setimgr-0.04e.ebuild')
-rw-r--r-- | sci-astronomy/setimgr/setimgr-0.04e.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-astronomy/setimgr/setimgr-0.04e.ebuild b/sci-astronomy/setimgr/setimgr-0.04e.ebuild new file mode 100644 index 000000000000..a09fa947f06f --- /dev/null +++ b/sci-astronomy/setimgr/setimgr-0.04e.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setimgr/setimgr-0.04e.ebuild,v 1.1 2004/12/24 04:19:42 ribosome Exp $ + +DESCRIPTION="A SETI@home management program" +HOMEPAGE="http://www.arkady.demon.co.uk/seti/" +SRC_URI="http://www.arkady.demon.co.uk/seti/${P}.tar.gz" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" +IUSE="" +DEPEND="" +RDEPEND=">=sci-astronomy/setiathome-3.08" + +src_compile() { + emake || die +# mv simple_setup.sh setimgr-simple_setup.sh +} + +src_install() { + dodoc README + newbin simple_setup.sh setimgr-simple_setup.sh + dobin setimgr +} |