diff --git a/tidy-20101110-0.bee b/tidy-20101110-0.bee deleted file mode 100755 index 0922ff0fe..000000000 --- a/tidy-20101110-0.bee +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/tidy-cvs_20101110.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -mee_install() { - bee_install - - mkdir -p ${D}${MANDIR}/man1 - - install -v -m644 -D ${S}/htmldoc/tidy.1 ${D}${MANDIR}/man1 - -}