Skip to content
Permalink
acfd9b05f1
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 17 lines (13 sloc) 437 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libvpx_compat-1.2.0-1
# /src/mariux/md5repo.sh /src/mariux/beeroot/packages/libvpx-1.2.0-0.x86_64.bee.tar.bz2
mee_getsources() {
mkdir -p ${F}
fetch_one_file "https://beehive.molgen.mpg.de/17dcfb3e98f8e1eae58a5812653f96bb/libvpx-1.2.0-0.x86_64.bee.tar.bz2"
}
mee_install() {
cd ${D}
tar -xf ${F}/libvpx-1.2.0-0.x86_64.bee.tar.bz2 \
/usr/lib/libvpx.so.1.2.0 \
/usr/lib/libvpx.so.1
}