Merge pull request #2557 from k00mi/mosquitto-1.4.4
mosquitto: update to 1.4.4.
This commit is contained in:
commit
41413bc89e
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.4.3
|
version=1.4.4
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_TLS_PSK=no" # not supported by libressl
|
make_build_args="WITH_TLS_PSK=no" # not supported by libressl
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
|
@ -9,15 +9,18 @@ conf_files="/etc/mosquitto/mosquitto.conf"
|
||||||
makedepends="libressl-devel libuuid-devel c-ares-devel"
|
makedepends="libressl-devel libuuid-devel c-ares-devel"
|
||||||
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
||||||
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
||||||
license="BSD"
|
license="epl-v10, edl-v10"
|
||||||
homepage="http://mosquitto.org/"
|
homepage="http://mosquitto.org/"
|
||||||
distfiles="http://mosquitto.org/files/source/mosquitto-${version}.tar.gz"
|
distfiles="http://mosquitto.org/files/source/mosquitto-${version}.tar.gz"
|
||||||
checksum=773d7436f729b5a6088035708c9277a9c6ba5651e127b63c8f29fe39e152479c
|
checksum=c643c7123708aadcd29287dda7b5ce7c910f75b02956a8fc4fe65ad2ea767a5f
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i 's,sbin,bin,g' */Makefile
|
sed -i 's,sbin,bin,g' */Makefile
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
vlicense epl-v10
|
||||||
|
vlicense edl-v10
|
||||||
mv ${DESTDIR}/etc/${pkgname}/${pkgname}.conf.example \
|
mv ${DESTDIR}/etc/${pkgname}/${pkgname}.conf.example \
|
||||||
${DESTDIR}/etc/${pkgname}/${pkgname}.conf
|
${DESTDIR}/etc/${pkgname}/${pkgname}.conf
|
||||||
vmkdir usr/share/examples/${pkgname}
|
vmkdir usr/share/examples/${pkgname}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue