Skip to content

libxml++: add version 5.0.1 #2405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
33 changes: 33 additions & 0 deletions libxml++.be0
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION libxml++-5.0.1-0

# SRCURL[0]="https://download-fallback.gnome.org/sources/libxml%2B%2B/5.0/libxml%2B%2B-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b95f8c7cd1068bd7b88111340aba6238/libxml%2b%2b-5.0.1.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--disable-documentation
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}