Skip to content
Permalink
c80d0e77b4
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
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@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 30 lines (18 sloc) 319 Bytes
#!/bin/env beesh
SRCURL[0]="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.7/glade3-3.7.1.tar.bz2"
PATCHURL[0]=""
PGRP=( uncategorized )
# BEE_CONFIGURE=compat
# EXCLUDE=""
mee_patch() {
bee_patch
}
mee_configure() {
bee_configure
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}