Skip to content
Permalink
a3bdafcaa0
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 28 lines (18 sloc) 317 Bytes
#!/bin/env beesh
PGRP=( uncategorized )
SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.18.tar.bz2"
PATCHES[0]=""
# EXCLUDE=""
SYSCONFDIR=/etc/gnome
mee_patch() {
bee_patch
}
mee_configure() {
bee_configure
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}