Skip to content

man-db: update to 2.9.3 #1894

Merged
merged 1 commit into from
Sep 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}