Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Botan: Add version 2.19.1
new depency of keepassxc
https://botan.randombit.net/
  • Loading branch information
david committed Apr 1, 2022
1 parent 63dd377 commit 6e52192
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions botan.be0
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION botan-2.19.1-0

#SRCURL[0]="https://botan.randombit.net/releases/Botan-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/30a71dd700d69561483fb1599a13ea3b/Botan-2.19.1.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


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

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

mee_configure() {
${S}/configure.py --prefix=${PREFIX} \
--with-rst2man \
--without-sphinx \
--no-install-python-module
}

mee_build() {
mkdir temp_bin
ln -sv /usr/bin/rst2man.py temp_bin/rst2man
PATH=${PATH}:${B}/temp_bin/rst2man make ${BEE_MAKEFLAGS}
}

mee_install() {
make install DESTDIR=${D}
rm -rfv ${D}/usr/share/doc
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 6e52192

Please sign in to comment.