samba: install pkgconfig files.
This commit is contained in:
parent
e1f7332f55
commit
07f8b9fd71
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=3.6.15
|
version=3.6.15
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=source3
|
build_wrksrc=source3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
||||||
|
@ -75,6 +75,10 @@ post_install() {
|
||||||
|
|
||||||
# PAM support
|
# PAM support
|
||||||
vinstall ${FILESDIR}/samba.pam 644 etc/pam.d samba
|
vinstall ${FILESDIR}/samba.pam 644 etc/pam.d samba
|
||||||
|
|
||||||
|
# Install pkg-config files.
|
||||||
|
vmkdir usr/lib/pkgconfig
|
||||||
|
install -m644 source3/pkgconfig/*.pc ${DESTDIR}/usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
smbclient_package() {
|
smbclient_package() {
|
||||||
|
@ -100,6 +104,7 @@ samba-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue