Skip to content
Permalink
3aa8ba9e33
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 32 lines (23 sloc) 535 Bytes
#!/usr/bin/env beesh
# BEE_VERSION jasper_compat-1.0-0
SRCURL[0]="https://beehive.molgen.mpg.de/68ec4b67965b5a6ca956a02cca103a07/jasper-1.900.1-0.x86_64.bee.tar.bz2"
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
cd ${D}
tar xpf ${F}/jasper-1.900.1-0.x86_64.bee.tar.bz2 \
/usr/lib/libjasper.so.1 \
/usr/lib/libjasper.so.1.0.0
}