diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-17 15:54:59 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-17 15:54:59 +0000 |
commit | 941657432644c2df770cacb1abc60ab8ac0d048e (patch) | |
tree | 4d9d344aff360dc951d79a3eaf6442eafa1c9460 /app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild | |
parent | changing umask to deal with group write issues (diff) | |
download | gentoo-2-941657432644c2df770cacb1abc60ab8ac0d048e.tar.gz gentoo-2-941657432644c2df770cacb1abc60ab8ac0d048e.tar.bz2 gentoo-2-941657432644c2df770cacb1abc60ab8ac0d048e.zip |
First packages for systemimager, needs more customization r1 should be usable
Diffstat (limited to 'app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild')
-rw-r--r-- | app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild b/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild new file mode 100644 index 000000000000..2941556d9357 --- /dev/null +++ b/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild @@ -0,0 +1,21 @@ +# 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/va-systemimager-client/va-systemimager-client-1.4.0.ebuild,v 1.1 2001/04/17 15:54:59 achim Exp $ + + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="VA SystemImager software automates the installation of Linux to masses of similar machines." +SRC_URI="http://download.sourceforge.net/systemimager/${A}" +HOMEPAGE="http://systemimager.org" + + +src_install () { + + + try DESTDIR=${D} ./installclient --quiet + + +} + |