Skip to content
Permalink
master
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
 
 
Cannot retrieve contributors at this time
executable file 36 lines (25 sloc) 672 Bytes
#!/usr/bin/env beesh
# BEE_VERSION apr-util-1.6.1-1
BEE_BUILDTYPE=autotools
# SRCURL[0]="https://ftp.fau.de/apache/apr/apr-util-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/bd502b9a8670a8012c4d90c31a84955f/apr-util-1.6.1.tar.gz"
# PATCHURL+=()
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
# --with-berkeley-db war mal drin, fliegt jetzt raus PM
bee_configure --with-apr=/usr/bin/apr-1-config --with-sqlite3 --with-ldap
}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
ln -sv apu-1-config ${D}${BINDIR}/apu-config
}