diff options
author | 2001-04-08 18:46:29 +0000 | |
---|---|---|
committer | 2001-04-08 18:46:29 +0000 | |
commit | 82b4aa3aa36209df79899f6f67310e5889e5575f (patch) | |
tree | 97ef6551e894cc3171b0ed9d2e07e89427f9bd72 /app-admin | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-82b4aa3aa36209df79899f6f67310e5889e5575f.tar.gz gentoo-2-82b4aa3aa36209df79899f6f67310e5889e5575f.tar.bz2 gentoo-2-82b4aa3aa36209df79899f6f67310e5889e5575f.zip |
*** empty log message ***
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/runset/files/digest-runset-1.4 | 1 | ||||
-rw-r--r-- | app-admin/runset/runset-1.4.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-admin/runset/files/digest-runset-1.4 b/app-admin/runset/files/digest-runset-1.4 new file mode 100644 index 000000000000..cf4a815f5af0 --- /dev/null +++ b/app-admin/runset/files/digest-runset-1.4 @@ -0,0 +1 @@ +MD5 cef32fd197a4f1ccf8f6e9c08a1d55de runset-1.4.tar.gz diff --git a/app-admin/runset/runset-1.4.ebuild b/app-admin/runset/runset-1.4.ebuild new file mode 100644 index 000000000000..5db6e746b4db --- /dev/null +++ b/app-admin/runset/runset-1.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.4.ebuild,v 1.1 2001/04/08 18:46:29 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Runset Init suite, a replacement for sysv style initd" +SRC_URI="ftp://ftp.ocis.net/pub/users/ldeutsch/release/${A}" + +DEPEND="virtual/glibc" + + +src_compile() { + + try ./configure --host=${CHOST} --prefix=/usr --infodir=/usr/share/info + try make +} + +src_install() { + + try make DESTDIR=${D} install + dodoc AUTHORS COPYING INSTALL ChangeLog LSM NEWS README + cp -a ${S}/sample ${D}/usr/share/doc/${PF} + +} + + + + + |