#!/bin/env beesh

SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/vte/${PKGVERSION[2]}/vte-${PKGVERSION}.tar.xz"


PGRP=( uncategorized )



# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_patch() {
    bee_patch
}

mee_configure() {
    bee_configure --libexecdir=/usr/lib/vte --disable-static
}

mee_build() {
    bee_build
}

mee_install() {
    bee_install
}