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 26 lines (19 sloc) 711 Bytes
#!/usr/bin/env beesh
# BEE_VERSION tcltk_compat-8.5-0
SRCURL[0]=""
# this compat package is required, because the following packages
# link against tcl/tk-8.5:
#
# - python-2.7.16-0 and prior (lib/python2.7/lib-dynload/_tkinter.so)
# - python-3.7.4-0 and prior
# - R-3.6.1-1 and prior (R/library/tcltk)
# - various tools under /package/sequencer
mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/tcl-8.5.8-0.x86_64.bee.tar.bz2 \
/usr/lib/libtcl8.5.so /usr/lib/tcl8.5
tar xpf /src/mariux/beeroot/packages/tk-8.5.8-0.x86_64.bee.tar.bz2 \
/usr/lib/libtk8.5.so /usr/lib/tk8.5
rm -r usr/lib/tk8.5/demos
}
## by default this may be 'make install DESTDIR="${D}"'