From 54c8bc8f5dd34fb0a6305a8acfb5140a0a4aa14f Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Mon, 31 Jul 2017 19:35:31 +0300 Subject: [PATCH] Samba: provide pkgconfig file --- net-fs/samba/samba-3.6.25.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-fs/samba/samba-3.6.25.recipe b/net-fs/samba/samba-3.6.25.recipe index 8b74b2587..21cdeff91 100644 --- a/net-fs/samba/samba-3.6.25.recipe +++ b/net-fs/samba/samba-3.6.25.recipe @@ -11,7 +11,7 @@ or server as if it were a Windows file and print server." HOMEPAGE="https://www.samba.org/" COPYRIGHT="1992-2015 Anrew Tridgell and the Samba Team" LICENSE="GNU GPL v3" -REVISION="5" +REVISION="6" SOURCE_URI="https://download.samba.org/pub/samba/samba-$portVersion.tar.gz" CHECKSUM_SHA256="8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751" PATCHES="samba-$portVersion.patchset" @@ -136,6 +136,10 @@ INSTALL() # copy sample config file cp ../testdata/samba3/smb.conf $settingsDir/samba + # copy pkgconfig file + mkdir -p $developLibDir/pkgconfig + cp pkgconfig/smbclient.pc $developLibDir/pkgconfig + prepareInstalledDevelLibs \ libnetapi \ libsmbclient \ @@ -144,5 +148,6 @@ INSTALL() libtdb \ libtevent + fixPkgconfig packageEntries devel $developDir }