Skip to content
Permalink
d33b0b7cbb
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 19 lines (15 sloc) 480 Bytes
#!/usr/bin/env beesh
# BEE_VERSION enchant_compat-1.6.0-0
# compatibility package for libenchant
SRCURL=()
mee_install() {
cd ${D}
tar -xpf \
/src/mariux/beeroot/packages/enchant-1.6.0-0.x86_64.bee.tar.bz2 \
/usr/lib/libenchant.so \
/usr/lib/libenchant.so.1 \
/usr/lib/libenchant.so.1.6.0 \
/usr/lib/enchant/libenchant_aspell.so \
/usr/lib/enchant/libenchant_ispell.so \
/usr/lib/enchant/libenchant_myspell.so
}