mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Samba: provide pkgconfig file
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user