mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
New package: socket_wrapper-1.4.2
This commit is contained in:
parent
5af9f126ba
commit
1bc984f4d3
1 changed files with 22 additions and 0 deletions
22
srcpkgs/socket_wrapper/template
Normal file
22
srcpkgs/socket_wrapper/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'socket_wrapper'
|
||||
pkgname=socket_wrapper
|
||||
version=1.4.2
|
||||
revision=1
|
||||
archs="~*-musl" # socket_wrapper redefines libc funcs, you can't do that on musl
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Library for passing all socket communications through unix sockets"
|
||||
maintainer="Otto Modinos <ottomodinos@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://cwrap.org/socket_wrapper.html"
|
||||
distfiles="https://download.samba.org/pub/cwrap/${pkgname}-${version}.tar.gz"
|
||||
checksum=0a08ec249dd9ffbb3b16d577b352d573561f57beeec3596182ac6ec8e46b9ab6
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DUNIT_TESTING=ON"
|
||||
makedepends+=" cmocka-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue