Skip to content
Permalink
ba5c3b5ae1
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 (19 sloc) 352 Bytes
#!/bin/env beesh
SRCURL[0]="http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PKGVERSION}.tar.gz"
PATCHURL[0]=""
PGRP=( uncategorized )
# BEE_CONFIGURE=compat
# EXCLUDE=""
mee_patch() {
bee_patch
}
mee_configure() {
bee_configure \
--disable-oss
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}