Skip to content
Permalink
install-openss…
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 3a67b10 Sep 16, 2020 History
- incl. update libpipeline to 1.5.3
- persistent SRCURL
- be0ify
1 contributor

Users who have contributed to this file

executable file 44 lines (32 sloc) 992 Bytes
#!/usr/bin/env beesh
# BEE_VERSION man-db-2.9.3-0
# more info: https://github.com/westes/flex
# SRCURL[0]="http://download.savannah.gnu.org/releases/man-db/man-db-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/4c8721faa54a4c950c640e5e5c713fb0/man-db-2.9.3.tar.xz"
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch ${@}
# sed -i 's/man\ root/root\ root/' init/systemd/man-db.conf
sed -i '/find/s@/usr@@' init/systemd/man-db.service.in
}
mee_configure() {
bee_configure \
--disable-nls \
--disable-setuid \
--enable-cache-owner=bin \
--with-systemdtmpfilesdir=no \
--with-systemdsystemunitdir=no \
# --with-browser=/usr/bin/lynx \
# --with-vgrind=/usr/bin/vgrind \
# --with-grap=/usr/bin/grap
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}