diff --git a/xfig-3.2.5b-1.bee b/xfig-3.2.5b-1.bee deleted file mode 100755 index 9eeee1959..000000000 --- a/xfig-3.2.5b-1.bee +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/mcj/xfig.${PKGVERSION}.full.tar.gz" - -PATCHURL[0]="http://pkgs.fedoraproject.org/cgit/xfig.git/plain/36_libpng15.patch" -PATCHURL[1]="http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/xfig/files/xfig-3.2.5b-edit-menu.patch" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -mee_extract_post() { - cd ${S} - - # otherwise the temporay files are not removable and the build archive is not be complete - chmod 755 ${S}/Libraries - chmod 700 ${S}/Doc/html/images/xfig-title.png - - # fix Imakefile before generating Makefile - sed -i "s:^\(XCOMM\)*[[:space:]]*\(#define XAW3D1_5E\).*$:\2:" Imakefile - - xmkmf -} - - -#mee_patch() { -# bee_patch ${@} -#} - - - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#}