Skip to content
Permalink
update-openssh
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 6e5d1f0 Mar 12, 2020 History
- fix typo
- revamp be0
1 contributor

Users who have contributed to this file

executable file 35 lines (25 sloc) 485 Bytes
#!/usr/bin/env beesh
# BEE_VERSION pcre_compat-8.10-0
# SRCURL=()
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
mee_extract() {
cd ${S}
tar xpf /src/mariux/beeroot/packages/pcre-8.10-0.x86_64.bee.tar.bz2 \
/lib/libpcre.so.0 \
/lib/libpcre.so.0.0.1
}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
mkdir -vp ${D}/usr
cp -vax ${S}/lib ${D}/usr
}