summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author dsomero2012-08-17 00:50:59 +0200
committer Robby Workman2012-08-18 06:07:38 +0200
commit39740556f8bf9ad544d30d7b76eec2791c4c28ed (patch)
tree1d146f0501ac64808990444ba101190800752044 /libraries
parent3a69c862b5564240cc77658b7c049512edcece8d (diff)
downloadslackbuilds-39740556f8bf9ad544d30d7b76eec2791c4c28ed.tar.gz
libraries/icu4c: Removed (part of Slackware 14.0)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/icu4c/README2
-rw-r--r--libraries/icu4c/icu4c.SlackBuild102
-rw-r--r--libraries/icu4c/icu4c.info9
-rw-r--r--libraries/icu4c/slack-desc19
4 files changed, 0 insertions, 132 deletions
diff --git a/libraries/icu4c/README b/libraries/icu4c/README
deleted file mode 100644
index 003ad4c1ab..0000000000
--- a/libraries/icu4c/README
+++ /dev/null
@@ -1,2 +0,0 @@
-The International Components for Unicode (ICU)libraries provide robust
-and full-featured Unicode services on a wide variety of platforms.
diff --git a/libraries/icu4c/icu4c.SlackBuild b/libraries/icu4c/icu4c.SlackBuild
deleted file mode 100644
index b25204cfe7..0000000000
--- a/libraries/icu4c/icu4c.SlackBuild
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for icu4c
-
-# Copyright 2007-2012 Heinz Wiesinger, Amsterdam, The Netherlands
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=icu4c
-VERSION=49.1.2
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf icu
-tar xvf $CWD/$PRGNAM-$(echo $VERSION | tr . _)-src.tgz
-cd icu
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \
- -o -perm 400 \) -exec chmod 644 {} \;
-
-cd source/
- CFLAGS="$SLKCFLAGS" \
- CXXFLAGS="$SLKCFLAGS" \
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --mandir=/usr/man \
- --enable-shared \
- --disable-static \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --build=$ARCH-slackware-linux
-
- make
- make install DESTDIR=$PKG
-cd -
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a license.html readme.html unicode-license.txt $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/libraries/icu4c/icu4c.info b/libraries/icu4c/icu4c.info
deleted file mode 100644
index 2444642d3a..0000000000
--- a/libraries/icu4c/icu4c.info
+++ /dev/null
@@ -1,9 +0,0 @@
-PRGNAM="icu4c"
-VERSION="49.1.2"
-HOMEPAGE="http://www.icu-project.org/"
-DOWNLOAD="http://download.icu-project.org/files/icu4c/49.1.2/icu4c-49_1_2-src.tgz"
-MD5SUM="bbc609fe5237202d7abf016141012a45"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Heinz Wiesinger"
-EMAIL="pprkut@liwjatan.at"
diff --git a/libraries/icu4c/slack-desc b/libraries/icu4c/slack-desc
deleted file mode 100644
index 2d0beefda1..0000000000
--- a/libraries/icu4c/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-icu4c: icu4c (International Components for Unicode)
-icu4c:
-icu4c: The International Components for Unicode (ICU) libraries provide
-icu4c: robust and full-featured Unicode services on a wide variety of
-icu4c: platforms.
-icu4c:
-icu4c: Homepage: http://www.icu-project.org/
-icu4c:
-icu4c:
-icu4c:
-icu4c: