Skip to content

Commit

Permalink
Merge pull request #1894 from mariux64/update-man-db-293
Browse files Browse the repository at this point in the history
man-db: update to 2.9.3
  • Loading branch information
wwwutz authored Sep 17, 2020
2 parents 2cf6027 + 3a67b10 commit 8566a0e
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 63 deletions.
33 changes: 0 additions & 33 deletions libpipeline-1.4.1-0.bee

This file was deleted.

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

# BEE_VERSION libpipeline-1.5.3-0

# more info: https://github.com/westes/flex
# https://www.archlinux.org/packages/core/x86_64/flex/

# SRCURL[0]="http://download.savannah.gnu.org/releases/libpipeline/libpipeline-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/dad443d0911cf9f0f1bd90a334bc9004/libpipeline-1.5.3.tar.gz"

# build_in_sourcedir

# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure \
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/share
}
30 changes: 0 additions & 30 deletions man-db-2.7.5-1.bee

This file was deleted.

44 changes: 44 additions & 0 deletions man-db.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#!/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
#}

0 comments on commit 8566a0e

Please sign in to comment.