Skip to content
Permalink
7a58796fa1
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
 
 
Cannot retrieve contributors at this time
executable file 42 lines (31 sloc) 930 Bytes
#!/usr/bin/env beesh
# BEE_VERSION procps-ng-4.0.3-0
# 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/22b287bcd758831cbaf3356cd3054fe7/procps-ng-4.0.3.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-4.0.3 \
--disable-kill \
--disable-modern-top \
--disable-nls
}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
cd ${D} && rm -rvf usr/share/man/{pt_BR,uk,pl,sv,fr,de} usr/share/doc
}