diff --git a/db-4.8.26-0.bee b/db-4.8.26-0.bee deleted file mode 100755 index cbe58c993..000000000 --- a/db-4.8.26-0.bee +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/env beesh - -PGRP=( db ) - -SRCURL[0]="ftp://mirror.ovh.net/gentoo-distfiles/distfiles/db-4.8.26.tar.gz" - -PATCHES[0]="" - -EXCLUDE="/usr/docs" - -B=${S} - -mee_patch() { - bee_patch -} - -mee_configure() { - cd build_unix - ${S}/dist/configure \ - --prefix=${PREFIX} \ - --enable-compat185 \ - --enable-cxx -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} -