diff --git a/libgda-4.2.0-0.bee b/libgda-4.2.0-0.bee deleted file mode 100755 index 02ddd40da..000000000 --- a/libgda-4.2.0-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/libgda/${PKGVERSION[2]}/libgda-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - -B=${S} - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure --disable-gtk-doc --disable-introspection -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} -