diff options
author | 2001-04-08 18:46:29 +0000 | |
---|---|---|
committer | 2001-04-08 18:46:29 +0000 | |
commit | e4beeaa18f5465c37e1d62cb65672590c19342ed (patch) | |
tree | bff2351a0d0181b8721b9a8dd5eb48d87a204422 /app-admin/runset | |
parent | *** empty log message *** (diff) | |
download | historical-e4beeaa18f5465c37e1d62cb65672590c19342ed.tar.gz historical-e4beeaa18f5465c37e1d62cb65672590c19342ed.tar.bz2 historical-e4beeaa18f5465c37e1d62cb65672590c19342ed.zip |
*** empty log message ***
Diffstat (limited to 'app-admin/runset')
-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} + +} + + + + + |