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 }