summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-06-06 15:09:45 +0000
committerBrad Laue <brad@gentoo.org>2003-06-06 15:09:45 +0000
commit6d8a3a2aa34a7435b93b03dec778e18fdd293dff (patch)
tree655a1336cb41bbd8f505adbe711cb117c6d33ecc /net-misc/sambasentinel/sambasentinel-0.1.ebuild
parentNew ebuild: SambaSentinel (diff)
downloadgentoo-2-6d8a3a2aa34a7435b93b03dec778e18fdd293dff.tar.gz
gentoo-2-6d8a3a2aa34a7435b93b03dec778e18fdd293dff.tar.bz2
gentoo-2-6d8a3a2aa34a7435b93b03dec778e18fdd293dff.zip
.
Diffstat (limited to 'net-misc/sambasentinel/sambasentinel-0.1.ebuild')
-rw-r--r--net-misc/sambasentinel/sambasentinel-0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/sambasentinel/sambasentinel-0.1.ebuild b/net-misc/sambasentinel/sambasentinel-0.1.ebuild
deleted file mode 100644
index 0bd5dbc3e180..000000000000
--- a/net-misc/sambasentinel/sambasentinel-0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}