iwm-overlay/net-fs/samba/samba-3.4.2.ebuild
Torsten Kurbad 66a0afca71 Added ebuilds for samba 3.4.2/tdb/talloc
git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@11109 cbe59ace-07ea-0310-918e-868702b5370d
2009-10-08 14:28:49 +00:00

17 lines
419 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
DESCRIPTION="Meta package for samba-{libs,client,server}"
HOMEPAGE="http://www.samba.org/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
IUSE="+client +server"
DEPEND=""
RDEPEND="~net-fs/samba-libs-${PV}
client? ( ~net-fs/samba-client-${PV} )
server? ( ~net-fs/samba-server-${PV} )"