diff options
author | Brad Laue <brad@gentoo.org> | 2003-06-06 15:17:34 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-06-06 15:17:34 +0000 |
commit | 4061bf285e515c704d15766b817ba11cfbf25a1c (patch) | |
tree | 286a1bdcda17867cf5085c59741d148192eb2a25 /net-misc | |
parent | Re-adding sambasentinel; sooner or later I'll get used to echangelog. (diff) | |
download | historical-4061bf285e515c704d15766b817ba11cfbf25a1c.tar.gz historical-4061bf285e515c704d15766b817ba11cfbf25a1c.tar.bz2 historical-4061bf285e515c704d15766b817ba11cfbf25a1c.zip |
Re-adding sambasentinel; sooner or later I'll get used to echangelog.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sambasentinel/Manifest | 3 | ||||
-rw-r--r-- | net-misc/sambasentinel/files/digest-sambasentinel-0.1 | 1 | ||||
-rw-r--r-- | net-misc/sambasentinel/sambasentinel-0.1.ebuild | 29 |
3 files changed, 32 insertions, 1 deletions
diff --git a/net-misc/sambasentinel/Manifest b/net-misc/sambasentinel/Manifest index e189b347582b..724d226f76ee 100644 --- a/net-misc/sambasentinel/Manifest +++ b/net-misc/sambasentinel/Manifest @@ -1,2 +1,3 @@ -MD5 f51a9e38c9103689b679117399c3781c sambasentinel-0.1.ebuild 649 +MD5 b8959b6c74a05d6553ffe9ef7d31fe77 sambasentinel-0.1.ebuild 649 +MD5 ddc3ba1dfb5f9f7e5f81f01f26f8c8e3 ChangeLog 389 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..c526e463e4b8 --- /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.5 2003/06/06 15:17:28 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 +} |