Skip to content

Commit

Permalink
Merge pull request #1726 from mariux64/fix-srcurl-procps-ng
Browse files Browse the repository at this point in the history
procps-ng: fix SRCURL
  • Loading branch information
wwwutz authored Feb 27, 2020
2 parents 1c0578c + a6c49ee commit dfca85a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 89 deletions.
89 changes: 0 additions & 89 deletions procps-ng-3.3.11-2.bee

This file was deleted.

42 changes: 42 additions & 0 deletions procps-ng.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION procps-ng-3.3.11-3

# 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"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# 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 \
--disable-static \
--disable-kill \
--disable-modern-top
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit dfca85a

Please sign in to comment.