diff options
author | Brad Laue <brad@gentoo.org> | 2003-06-06 15:09:45 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-06-06 15:09:45 +0000 |
commit | 18000ff06556946842116e6254c8d50a2d64b93f (patch) | |
tree | a868f386e8f55f230b6e01562032e108338cbe64 /net-misc/sambasentinel | |
parent | New ebuild: SambaSentinel (diff) | |
download | historical-18000ff06556946842116e6254c8d50a2d64b93f.tar.gz historical-18000ff06556946842116e6254c8d50a2d64b93f.tar.bz2 historical-18000ff06556946842116e6254c8d50a2d64b93f.zip |
.
Diffstat (limited to 'net-misc/sambasentinel')
-rw-r--r-- | net-misc/sambasentinel/sambasentinel-0.1.ebuild | 29 |
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 -} |