summaryrefslogtreecommitdiff
blob: f19da6becdbd18640a4d068c0ce50245de8cc3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit gnustep-2

DESCRIPTION="SMBKit offers a samba library and headers for GNUstep"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"

RDEPEND="net-fs/samba"
DEPEND="${DEPEND}
	virtual/pkgconfig"

S="${WORKDIR}/${PN}"

src_compile() {
	egnustep_env
	egnustep_make AUXILIARY_CPPFLAGS="$(pkg-config --cflags smbclient)"
}