Skip to content

procps: update from 3.3.17 to 4.0.3 to 4.0.4 #2973

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 7 additions & 12 deletions procps-ng.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION procps-ng-3.3.17-0
# BEE_VERSION procps-ng-4.0.4-0

# achtung, die gitlab-url baut nicht
#SRCURL[0]="https://gitlab.com/procps-ng/procps/-/archive/v3.3.17/procps-v3.3.17.tar.gz"

#SRCURL[0]="https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/d60613e88c2f442ebd462b5a75313d56/procps-ng-3.3.17.tar.xz"
# SRCURL[0]="https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/2f747fc7df8ccf402d03e375c565cf96/procps-ng-4.0.4.tar.xz"

# PATCHURL+=()

build_in_sourcedir
# build_in_sourcedir

# sourcesubdir_append src

Expand All @@ -22,16 +19,14 @@ build_in_sourcedir
# bee_patch "${@}"
#}

#
# --with-systemd raus, weil er sonst libsystemd.so.0 haben will
#
mee_configure() {
bee_configure --docdir=/usr/share/doc/procps-ng-3.3.11 \
CFLAGS="-O2 -fPIC" \
CXXFLAGS="-O2 -fPIC" \
bee_configure \
--disable-shared \
--disable-kill \
--disable-modern-top \
--disable-nls

}

#mee_build() {
Expand Down