#!/bin/env beesh

PGRP=( uncategorized )

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/rarian/0.8/rarian-0.8.1.tar.bz2"

PATCHES[0]=""

# EXCLUDE=""

mee_patch() {
    bee_patch
}

mee_configure() {
    bee_configure
}

mee_build() {
    bee_build
}

mee_install() {
    bee_install
}