mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libsmbclient: provides empty package
This commit is contained in:
parent
f29109c936
commit
5d64641765
2 changed files with 8 additions and 1 deletions
1
srcpkgs/libsmbclient
Symbolic link
1
srcpkgs/libsmbclient
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
samba
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=4.14.12
|
version=4.14.12
|
||||||
revision=3
|
revision=4
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_script="buildtools/bin/waf"
|
configure_script="buildtools/bin/waf"
|
||||||
|
@ -190,6 +190,12 @@ samba-libs_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libsmbclient_package() {
|
||||||
|
short_desc+=" - samba libs (transition)"
|
||||||
|
depends="samba-libs>=${version}_1"
|
||||||
|
build_style=meta
|
||||||
|
}
|
||||||
|
|
||||||
samba-devel_package() {
|
samba-devel_package() {
|
||||||
depends="samba-libs>=${version}_${revision}
|
depends="samba-libs>=${version}_${revision}
|
||||||
${sourcepkg}>=${version}_${revision}"
|
${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue