Skip to content
Permalink
ffe189f49f
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 0203871 Oct 29, 2021 History
- fixed SRCURL
- cleanup
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 40 lines (29 sloc) 641 Bytes
#!/usr/bin/env beesh
# BEE_VERSION davfs2-1.5.5-1
# SRCURL[0]="https://download.savannah.nongnu.org/releases/davfs2/davfs2-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/936f5077cfac3f5c7a142d6ac9e96394/davfs2-1.5.5.tar.gz"
# PATCHURL+=()
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--disable-nls
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
mee_install_post() {
cd ${D}
rm -rv etc
rm -rv usr/share/doc
rm -rv usr/share/man/{de,es}
}