Skip to content
Permalink
c2dd9c9560
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 31 lines (20 sloc) 343 Bytes
#!/bin/env beesh
SRCURL[0]="http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz"
PATCHURL[0]=""
BEE_CONFIGURE=compat
# EXCLUDE=""
mee_extract() {
bee_extract ${@}
}
mee_patch() {
bee_patch ${@}
}
mee_configure() {
bee_configure CFLAGS="-g -O2 -fPIC"
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}