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 5 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
14 changes: 6 additions & 8 deletions procps-ng.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION procps-ng-3.3.17-0
# BEE_VERSION procps-ng-4.0.3-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"
# achtung, die gitlab-url hat nicht die Versionsinformationen
#SRCURL[0]="https://gitlab.com/procps-ng/procps/-/archive/v4.0.3/procps-v4.0.3.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://beehive.molgen.mpg.de/22b287bcd758831cbaf3356cd3054fe7/procps-ng-4.0.3.tar.xz"

# PATCHURL+=()

build_in_sourcedir
# build_in_sourcedir

# sourcesubdir_append src

@@ -26,12 +26,10 @@ build_in_sourcedir
# --with-systemd raus, weil er sonst libsystemd.so.0 haben will
#
mee_configure() {
bee_configure --docdir=/usr/share/doc/procps-ng-3.3.11 \
--disable-shared \
bee_configure --docdir=/usr/share/doc/procps-ng-4.0.3 \
--disable-kill \
--disable-modern-top \
--disable-nls

}

#mee_build() {