From afe26fcebdb7d1b7c66196316c2a65aa246b42b0 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 2 Jul 2024 11:27:28 +0200 Subject: [PATCH] xorg-cf-files: be0ify & beehive - be0ified - SRCURL --- xorg-cf-files-1.0.4-0.bee | 29 ----------------------------- xorg-cf-files.be0 | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 29 deletions(-) delete mode 100755 xorg-cf-files-1.0.4-0.bee create mode 100755 xorg-cf-files.be0 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 +#}