summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-06-06 15:10:25 +0000
committerBrad Laue <brad@gentoo.org>2003-06-06 15:10:25 +0000
commit62b76357e1e635e38b0e20e7f5fa2238b9a8550c (patch)
tree22306829a6079e284f8d59df1d887a3299319360 /net-misc/sambasentinel
parent. (diff)
downloadgentoo-2-62b76357e1e635e38b0e20e7f5fa2238b9a8550c.tar.gz
gentoo-2-62b76357e1e635e38b0e20e7f5fa2238b9a8550c.tar.bz2
gentoo-2-62b76357e1e635e38b0e20e7f5fa2238b9a8550c.zip
Minor error
Diffstat (limited to 'net-misc/sambasentinel')
-rw-r--r--net-misc/sambasentinel/Manifest2
-rw-r--r--net-misc/sambasentinel/sambasentinel-0.1.ebuild29
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/sambasentinel/Manifest b/net-misc/sambasentinel/Manifest
index f3997b8cead6..3da21359f040 100644
--- a/net-misc/sambasentinel/Manifest
+++ b/net-misc/sambasentinel/Manifest
@@ -1,3 +1,3 @@
-MD5 7f0ef244882038663dcaa02c095df17f sambasentinel-0.1.ebuild 649
MD5 d41d8cd98f00b204e9800998ecf8427e ChangeLog 0
+MD5 f51a9e38c9103689b679117399c3781c sambasentinel-0.1.ebuild 649
MD5 f5b4bf41975cdd405aaf3756ae7206bc files/digest-sambasentinel-0.1 68
diff --git a/net-misc/sambasentinel/sambasentinel-0.1.ebuild b/net-misc/sambasentinel/sambasentinel-0.1.ebuild
new file mode 100644
index 000000000000..f02de70f8b74
--- /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.3 2003/06/06 15:10:18 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
+}