From: Bernard Cafarelli Date: Thu, 10 Sep 2015 12:30:01 +0000 (+0200) Subject: gnustep-libs/smbkit: fix compilation with net-fs/samba-4, bug #560068 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce1c510fcbce14380c89001b349fefb5e4048f85;p=gentoo.git gnustep-libs/smbkit: fix compilation with net-fs/samba-4, bug #560068 Package-Manager: portage-2.2.20.1 --- diff --git a/gnustep-libs/smbkit/Manifest b/gnustep-libs/smbkit/Manifest index ddef2a627fde..fa8fb7cd4cb5 100644 --- a/gnustep-libs/smbkit/Manifest +++ b/gnustep-libs/smbkit/Manifest @@ -1 +1 @@ -DIST smbkit-0.0.1.20061010.tar.bz2 22614 SHA256 471966efed4de00357207978180c44bcf6fc42c7c3159dbfe37656bf2f3fdbf7 +DIST smbkit-0.0.1.20061010.tar.bz2 22614 SHA256 471966efed4de00357207978180c44bcf6fc42c7c3159dbfe37656bf2f3fdbf7 SHA512 7d7f31aa31364a8f8ff8a165025c68a8cb4b330e1cae27106137e0d8170dd9072b6bd2be687352a8139d35d59a53068977dc973eab3875de5431d48cd50128bb WHIRLPOOL bd0d61efaa2299cb25c9736470c2db2d6ec8026178d0c93f94ec079062fd7d2afcf39b64272d34f580aaf8021c04fa7b7685895edd9d42be64f3301a0649d822 diff --git a/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild b/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild new file mode 100644 index 000000000000..f19da6becdbd --- /dev/null +++ b/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild @@ -0,0 +1,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)" +}