diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-18 15:18:27 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-18 15:18:27 +0000 |
commit | 2066f42edbb9801105087cd2ff4186bd8217ab4e (patch) | |
tree | 98b7463535452fddbd08c569cb604bde26118f16 /net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild | |
parent | ls (diff) | |
download | gentoo-2-2066f42edbb9801105087cd2ff4186bd8217ab4e.tar.gz gentoo-2-2066f42edbb9801105087cd2ff4186bd8217ab4e.tar.bz2 gentoo-2-2066f42edbb9801105087cd2ff4186bd8217ab4e.zip |
ls
Diffstat (limited to 'net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild')
-rw-r--r-- | net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild b/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild new file mode 100644 index 000000000000..b1c4582726a8 --- /dev/null +++ b/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild,v 1.1 2004/01/18 15:18:20 caleb Exp $ + +inherit kde +need-kde 3 + +DESCRIPTION="KDE 3 plugin for configuring a SAMBA server" +HOMEPAGE="http://ksambakdeplugin.sourceforge.net/" +SRC_URI="mirror://sourceforge/ksambakdeplugin/${P/f/}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc" +IUSE="debug" + +DEPEND=">=kde-base/kdebase-3" +RDEPEND="${DEPEND} >=net-fs/samba-2.2.7" + +use debug && myconf="$myconf --enable-debug --enable-profile" +myconf="$myconf --enable-sso" |