# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild,v 1.1 2009/03/29 16:49:58 patrick Exp $ inherit autotools eutils DESCRIPTION="talloc" HOMEPAGE="http://www.samba.org/" SRC_URI="mirror://samba/samba4/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" src_unpack() { unpack ${A} cd "${S}" } src_compile() { cd "${S}" econf emake || die "make failed" } src_install() { cd "${S}" emake DESTDIR="${D}" install || die "emake install failed" }