parent
1df6363d07
commit
41af05260f
1 changed files with 14 additions and 13 deletions
|
@ -1,32 +1,32 @@
|
|||
# Template file for 'mosquitto'
|
||||
pkgname=mosquitto
|
||||
version=1.4.15
|
||||
revision=2
|
||||
version=1.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||
make_install_args="prefix=/usr"
|
||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||
makedepends="libressl-devel libuuid-devel c-ares-devel libwebsockets-devel"
|
||||
makedepends="c-ares-devel libressl-devel libuuid-devel libwebsockets-devel"
|
||||
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
||||
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
||||
license="EPL-1.0, EDL-1.0"
|
||||
license="EPL-1.0, BSD-3-Clause-Attribution"
|
||||
homepage="http://mosquitto.org"
|
||||
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
||||
checksum=7d3b3e245a3b4ec94b05678c8199c806359737949f4cfe0bf936184f6ca89a83
|
||||
checksum=e47df34bb1cd5c2757ca26133b90b730485b357619cacecb2081541ef6a4cbcb
|
||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
post_extract() {
|
||||
sed -i 's/-lanl//' config.mk
|
||||
}
|
||||
*-musl)
|
||||
post_extract() {
|
||||
sed -i 's/-lanl//' config.mk
|
||||
}
|
||||
esac
|
||||
|
||||
pre_install() {
|
||||
sed -i 's,sbin,bin,g' */Makefile
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
vlicense epl-v10
|
||||
vlicense edl-v10
|
||||
vlicense edl-v10 LICENSE
|
||||
mv ${DESTDIR}/etc/${pkgname}/${pkgname}.conf.example \
|
||||
${DESTDIR}/etc/${pkgname}/${pkgname}.conf
|
||||
vmkdir usr/share/examples/${pkgname}
|
||||
|
@ -57,6 +57,7 @@ libmosquitto-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include/mosquitto.h
|
||||
vmove usr/include/mosquitto_plugin.h
|
||||
vmove usr/include/mosquitto_broker.h
|
||||
vmove usr/lib/libmosquitto.so
|
||||
vmove usr/share/man/man3/libmosquitto.3
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue