Skip to content

procps-ng: update 3.3.11 to 3.3.17 #2667

Merged
merged 1 commit into from
May 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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

# BEE_VERSION procps-ng-3.3.11-3
# BEE_VERSION procps-ng-3.3.17-0

# SRCURL[0]="http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6cc5b94c1c5b8cbc89ad345a7b522f74/procps-ng-3.3.11.tar.xz"
# 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"

# PATCHURL+=()

# build_in_sourcedir
build_in_sourcedir

# sourcesubdir_append src

Expand All @@ -24,19 +27,18 @@ SRCURL[0]="https://beehive.molgen.mpg.de/6cc5b94c1c5b8cbc89ad345a7b522f74/procps
#
mee_configure() {
bee_configure --docdir=/usr/share/doc/procps-ng-3.3.11 \
--disable-static \
--disable-shared \
--disable-kill \
--disable-modern-top
--disable-modern-top \
--disable-nls

}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
mee_install() {
bee_install
cd ${D} && rm -rvf usr/share/man/{pt_BR,uk,pl,sv,fr,de} usr/share/doc
}