diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2011-07-23 00:42:37 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2011-07-23 00:42:37 +0200 |
commit | a1b397bfb73c112477875a98d6a0048ff08d8798 (patch) | |
tree | 481a441b266dfc0ea5138dd1fce53f3084d65fbf /sys-apps/flx-bash | |
parent | tcptraceroute: make it cross compile (diff) | |
download | portage-a1b397bfb73c112477875a98d6a0048ff08d8798.tar.xz |
flx
Diffstat (limited to 'sys-apps/flx-bash')
-rw-r--r-- | sys-apps/flx-bash/flx-bash-0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-apps/flx-bash/flx-bash-0.ebuild b/sys-apps/flx-bash/flx-bash-0.ebuild new file mode 100644 index 00000000..321c21d7 --- /dev/null +++ b/sys-apps/flx-bash/flx-bash-0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit subversion + +DESCRIPTION="Monitor" +HOMEPAGE="http://svn.exosec.local" +ESVN_REPO_URI="http://svn.exosec.local/exosec/utm-gateway/components/config/root/etc/profile.d" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install () +{ + insinto /etc/profile.d + doins completion.sh + doins terminal.sh +} + |