summaryrefslogtreecommitdiff
path: root/sys-apps/flx-service
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/flx-service')
-rw-r--r--sys-apps/flx-service/flx-service-0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/flx-service/flx-service-0.ebuild b/sys-apps/flx-service/flx-service-0.ebuild
new file mode 100644
index 00000000..d457068d
--- /dev/null
+++ b/sys-apps/flx-service/flx-service-0.ebuild
@@ -0,0 +1,24 @@
+# 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/init-scripts/root"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install ()
+{
+ into /
+ dosbin service
+}
+