diff --git a/xorg-cf-files-1.0.4-0.bee b/xorg-cf-files-1.0.4-0.bee deleted file mode 100755 index 50391c7b1..000000000 --- a/xorg-cf-files-1.0.4-0.bee +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.4.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/xorg-cf-files.be0 b/xorg-cf-files.be0 new file mode 100755 index 000000000..8b10dcdc9 --- /dev/null +++ b/xorg-cf-files.be0 @@ -0,0 +1,24 @@ +#!/bin/env beesh + +# BEE_VERSION xorg-cf-files-1.0.4-1 + +#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.4.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/ff4502b6e31aac90e24ce134090d0e46/xorg-cf-files-1.0.4.tar.gz" + +# BEE_CONFIGURE=compat + +#mee_patch() { +# bee_patch +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}