Samba: provide pkgconfig file

This commit is contained in:
Sergei Reznikov
2017-07-31 19:35:31 +03:00
parent 9681a6f9ad
commit 54c8bc8f5d

View File

@@ -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
}