Skip to content

Commit b6e4030

Browse files
committed
umurmur: update to 0.3.1.
1 parent 4e34e76 commit b6e4030

File tree

2 files changed

+12
-27
lines changed

2 files changed

+12
-27
lines changed

srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

srcpkgs/umurmur/template

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
# Template file for 'umurmur'
22
pkgname=umurmur
3-
version=0.2.20
4-
revision=4
5-
build_style=gnu-configure
6-
configure_args="--enable-shmapi --with-ssl=openssl"
3+
version=0.3.1
4+
revision=1
5+
build_style=cmake
6+
configure_args="
7+
-DSSL=openssl
8+
-DDUSE_SHAREDMEMORY_API=On"
79
conf_files="/etc/umurmur/umurmur.conf"
8-
hostmakedepends="automake libtool"
910
makedepends="libconfig-devel openssl-devel protobuf-c-devel"
1011
short_desc="Minimalistic Mumble server"
1112
maintainer="Duncaen <[email protected]>"
1213
license="BSD-3-Clause"
1314
homepage="https://umurmur.net/"
1415
changelog="https://github.com/umurmur/umurmur/raw/master/ChangeLog"
15-
distfiles="https://github.com/umurmur/umurmur/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
16-
checksum=b7b2978c3197aef0a6531f1cf0ee1aebb32a55ad8bda43064ce3a944edbcac83
16+
distfiles="https://github.com/umurmur/umurmur/archive/refs/tags/v${version}.tar.gz"
17+
checksum=8327dd0b2c5bd187a38d098295e896a6b85d698c9268205bcb27f6244f760a73
1718

1819
system_accounts="umurmur"
1920
umurmur_homedir="/var/lib/umurmur"
2021
make_dirs="/var/lib/umurmur 0750 umurmur umurmur"
2122

22-
pre_configure() {
23-
./autogen.sh
24-
vsed -i \
23+
post_extract() {
24+
vsed -e 's/sbin/bin/' -i src/CMakeLists.txt
25+
vsed \
2526
-e 's/# username = "";/username = "umurmur";/' \
2627
-e 's/# groupname = "";/groupname = "umurmur";/' \
27-
umurmur.conf.example
28+
-i umurmur.conf.example
2829
}
2930

3031
post_install() {

0 commit comments

Comments
 (0)