Upgraded net/darkstat to version 3.0.721
Made small fixes to polkit and rust in base section
This commit is contained in:
parent
a7efa22383
commit
0ce1c5846b
3 changed files with 5 additions and 4 deletions
|
@ -17,7 +17,6 @@ build() {
|
|||
applypatch $srcdir/make-innetgr-optional.patch
|
||||
applypatch $srcdir/polkit-0.120-security_fix-1.patch
|
||||
|
||||
autoreconf -vif
|
||||
./configure \
|
||||
--prefix="/" \
|
||||
--sysconfdir=/etc \
|
||||
|
|
|
@ -75,7 +75,7 @@ build() {
|
|||
|
||||
find $pkg/lib -name "*.so" -exec chmod 755 "{}" \+
|
||||
|
||||
if [ ! -x /bin/rustc ] ; then
|
||||
if [ -x /bin/rustc ] && [ -d temp-toolchain ]; then
|
||||
# Remove the temporary toolchain
|
||||
cd temp-toolchain/$app-$version-$arch-unknown-linux-musl
|
||||
./install.sh --uninstall --prefix="/"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
app=darkstat
|
||||
version=3.0.719
|
||||
version=3.0.721
|
||||
build=1sml
|
||||
homepage="https://github.com/emikulic/darkstat"
|
||||
download="https://github.com/emikulic/darkstat/archive/refs/tags/3.0.719.tar.gz"
|
||||
download="https://github.com/emikulic/darkstat/archive/refs/tags/3.0.721.tar.gz"
|
||||
desc="Gathers and displays network interface statistics over HTTP"
|
||||
requires="zlib libpcap libnl"
|
||||
|
||||
|
@ -14,6 +14,8 @@ build() {
|
|||
cd $app-$version
|
||||
fixbuilddirpermissions
|
||||
|
||||
autoreconf -vi
|
||||
|
||||
./configure \
|
||||
--prefix="" \
|
||||
--sbindir=/bin
|
||||
|
|
Loading…
Reference in a new issue