diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-03-19 20:42:23 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-03-19 20:42:23 +0000 |
commit | 89deb411007779be170ea3243b0a0e7762fdf3f3 (patch) | |
tree | 4fc8046a5ad5510eba1cef7afaa375a9c02b64af /app-sci/lin-seti | |
parent | mark 0.6.4 as stable (diff) | |
download | historical-89deb411007779be170ea3243b0a0e7762fdf3f3.tar.gz historical-89deb411007779be170ea3243b0a0e7762fdf3f3.tar.bz2 historical-89deb411007779be170ea3243b0a0e7762fdf3f3.zip |
Initial release. This ebuild was submitted by Noberasco Michele <michele.noberasco@tiscali.it>. Should close #17828.
Diffstat (limited to 'app-sci/lin-seti')
-rw-r--r-- | app-sci/lin-seti/ChangeLog | 12 | ||||
-rw-r--r-- | app-sci/lin-seti/files/digest-lin-seti-0.6.1 | 1 | ||||
-rw-r--r-- | app-sci/lin-seti/lin-seti-0.6.1.ebuild | 29 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-sci/lin-seti/ChangeLog b/app-sci/lin-seti/ChangeLog new file mode 100644 index 000000000000..b3f5c0a02770 --- /dev/null +++ b/app-sci/lin-seti/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-admin/gentoo-rsync-mirror +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/ChangeLog,v 1.1 2003/03/19 20:42:23 tantive Exp $ + +*lin-seti-0.6.1 (19 Mar 2003) + + 19 Mar 2003; Michael Imhof <tantive@gentoo.org> : + Initial release. + This ebuild was submitted by Noberasco Michele <michele.noberasco@tiscali.it>. + Should close #17828. + + diff --git a/app-sci/lin-seti/files/digest-lin-seti-0.6.1 b/app-sci/lin-seti/files/digest-lin-seti-0.6.1 new file mode 100644 index 000000000000..1971a137c007 --- /dev/null +++ b/app-sci/lin-seti/files/digest-lin-seti-0.6.1 @@ -0,0 +1 @@ +MD5 ac1f8a6f2c3019f9b1b239f47fcf086d lin-seti-0.6.1.tar.bz2 28859 diff --git a/app-sci/lin-seti/lin-seti-0.6.1.ebuild b/app-sci/lin-seti/lin-seti-0.6.1.ebuild new file mode 100644 index 000000000000..24d245f6c0b7 --- /dev/null +++ b/app-sci/lin-seti/lin-seti-0.6.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.6.1.ebuild,v 1.1 2003/03/19 20:42:23 tantive Exp $ + +DESCRIPTION="A Seti@Home cache manager, cache-compatible with Seti Driver. Can be run as system daemon." +HOMEPAGE="http://lin-seti.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~alpha" +IUSE="" +DEPEND="app-sci/setiathome" + +src_compile() { + emake || die +} + +src_install() { + + mkdir -m 755 ${D}usr + mkdir -m 755 ${D}usr/bin + mkdir -m 755 ${D}opt + mkdir -m 755 ${D}etc + mkdir -m 755 ${D}etc/init.d + make \ + PREFIX=${D} \ + install || die + +} |