From b101b7f9fb4bb0554ad5bc33719bb3c4433e45da Mon Sep 17 00:00:00 2001 From: david Date: Mon, 11 Jul 2016 14:41:47 +0200 Subject: [PATCH] ICU4C: Remove Version 4.2.1 no longer needed since firefoxESR update --- icu4c-4.2.1-0.bee | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100755 icu4c-4.2.1-0.bee diff --git a/icu4c-4.2.1-0.bee b/icu4c-4.2.1-0.bee deleted file mode 100755 index 6dce4f970..000000000 --- a/icu4c-4.2.1-0.bee +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - -B=${S} - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch - - cd source - - chmod +x runConfigureICU configure install-sh -} - -mee_configure() { - #bee_configure - - cd ${S}/source - - ./runConfigureICU Linux --prefix=${PREFIX} -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} -