Skip to content
Permalink
update-openssh
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit a6c49ee Feb 25, 2020 History
- be0ify
- fixed SRCURL
1 contributor

Users who have contributed to this file

executable file 42 lines (31 sloc) 748 Bytes
#!/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
#}