Skip to content

Commit

Permalink
Merge pull request #2667 from mariux64/update-procps-3317
Browse files Browse the repository at this point in the history
procps-ng: update 3.3.11 to 3.3.17
  • Loading branch information
wwwutz authored May 3, 2022
2 parents 4d26d3d + eceda02 commit c7282c9
Showing 1 changed file with 15 additions and 13 deletions.
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
}

0 comments on commit c7282c9

Please sign in to comment.