#!/bin/env beesh

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${PV[2]}/evolution-data-server-${PV}.tar.bz2"

PATCHURL[0]=""

PGRP=( uncategorized )


# BEE_CONFIGURE=compat

# EXCLUDE=""

B=${S}

mee_patch() {
    bee_patch
}

# --enable-gnome-keyring

mee_configure() {
    bee_configure \
         --enable-nntp \
         --enable-smime \
         --with-nspr-includes=/usr/include/nspr \
         --with-nss-includes=/usr/include/nss
}

mee_build() {
    bee_build
}

mee_install() {
    bee_install
}