summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-06-06 15:08:19 +0000
committerBrad Laue <brad@gentoo.org>2003-06-06 15:08:19 +0000
commit8105bcc30e91b67136cbed44b4ebd9991270ca8a (patch)
tree84462f91d696edf57ef2ca33e7c4ceb27f493672 /net-misc/sambasentinel
parentNew ebuild: SambaSentinel (diff)
downloadgentoo-2-8105bcc30e91b67136cbed44b4ebd9991270ca8a.tar.gz
gentoo-2-8105bcc30e91b67136cbed44b4ebd9991270ca8a.tar.bz2
gentoo-2-8105bcc30e91b67136cbed44b4ebd9991270ca8a.zip
New ebuild: SambaSentinel
Diffstat (limited to 'net-misc/sambasentinel')
-rw-r--r--net-misc/sambasentinel/ChangeLog0
-rw-r--r--net-misc/sambasentinel/Manifest3
-rw-r--r--net-misc/sambasentinel/files/digest-sambasentinel-0.11
-rw-r--r--net-misc/sambasentinel/sambasentinel-0.1.ebuild29
4 files changed, 32 insertions, 1 deletions
diff --git a/net-misc/sambasentinel/ChangeLog b/net-misc/sambasentinel/ChangeLog
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/net-misc/sambasentinel/ChangeLog
diff --git a/net-misc/sambasentinel/Manifest b/net-misc/sambasentinel/Manifest
index c724a0dcfa7d..f3997b8cead6 100644
--- a/net-misc/sambasentinel/Manifest
+++ b/net-misc/sambasentinel/Manifest
@@ -1,2 +1,3 @@
-MD5 359c70ad34f06192fa65a385d4e7b3e5 sambasentinel-0.1.ebuild 541
+MD5 7f0ef244882038663dcaa02c095df17f sambasentinel-0.1.ebuild 649
+MD5 d41d8cd98f00b204e9800998ecf8427e ChangeLog 0
MD5 f5b4bf41975cdd405aaf3756ae7206bc files/digest-sambasentinel-0.1 68
diff --git a/net-misc/sambasentinel/files/digest-sambasentinel-0.1 b/net-misc/sambasentinel/files/digest-sambasentinel-0.1
new file mode 100644
index 000000000000..e10ef132bfd7
--- /dev/null
+++ b/net-misc/sambasentinel/files/digest-sambasentinel-0.1
@@ -0,0 +1 @@
+MD5 f9213946e051ec0491e21ae1d13de9cf SambaSentinel-0.1.tar.gz 18909
diff --git a/net-misc/sambasentinel/sambasentinel-0.1.ebuild b/net-misc/sambasentinel/sambasentinel-0.1.ebuild
new file mode 100644
index 000000000000..0bd5dbc3e180
--- /dev/null
+++ b/net-misc/sambasentinel/sambasentinel-0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sambasentinel/sambasentinel-0.1.ebuild,v 1.1 2003/06/06 15:08:13 brad Exp $
+
+
+DESCRIPTION="SambaSentinel is a GTK frontend to smbstatus"
+HOMEPAGE="http://kling.mine.nu/sambasentinel.htm"
+SRC_URI="http://kling.mine.nu/files/SambaSentinel-${PV}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-1.2"
+
+src_unpack() {
+ unpack ${A}
+ mv ${WORKDIR}/SambaSentinel ${WORKDIR}/${P}
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ cd ${S}
+ dobin SambaSentinel
+}