Skip to content
Permalink
83e0d7979c
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
@pmenzel
Latest commit 90f9822 Jun 6, 2016 History
Copy the files from the directory `/src/mariux/beeroot/bee-files`, change the
permissions, run `git init` to create a repository with all the bee files.
1 contributor

Users who have contributed to this file

executable file 31 lines (20 sloc) 360 Bytes
#!/bin/env beesh
SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-2.32.4.tar.bz2"
PATCHURL[0]=""
# BEE_CONFIGURE=compat
# EXCLUDE=""
mee_extract() {
bee_extract ${@}
}
mee_patch() {
bee_patch ${@}
}
mee_configure() {
bee_configure
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}