Skip to content
Permalink
1b740d97b9
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
@david
Latest commit 2943e31 Oct 24, 2019 History
add missing libs
2 contributors

Users who have contributed to this file

@niclas @david
executable file 18 lines (16 sloc) 502 Bytes
#!/usr/bin/env beesh
# BEE_VERSION graphviz_compat-2.26.3-1
mee_install() {
cd ${D}
start_cmd tar xpf /src/mariux/beeroot/packages/graphviz-2.26.3-0.x86_64.bee.tar.bz2 \
/usr/lib/libcdt.so.4.0.0 \
/usr/lib/libgraph.so.4.0.0 \
/usr/lib/libgvc.so.5.0.0 \
/usr/lib/libcgraph.so.5.0.0 \
/usr/lib/libgvpr.so.1.0.0 \
/usr/lib/libgvpr.so.1 \
/usr/lib/libcdt.so.4 \
/usr/lib/libgraph.so.4 \
/usr/lib/libgvc.so.5 \
/usr/lib/libcgraph.so.5
}