summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-12 11:47:51 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-12 11:47:51 +0200
commit63b2d66e2097c5b6722fed5bf266e0a7d09ac840 (patch)
tree6aa25c506af10dfe530212c8c089994d92976324
parenta80481bd7dbb960ad5f9e6bb071970f804dd7c96 (diff)
downloadslackbuilds-63b2d66e2097c5b6722fed5bf266e0a7d09ac840.tar.gz
slackbuilds-63b2d66e2097c5b6722fed5bf266e0a7d09ac840.tar.xz
libraries/enchant: Removed from 12.2 repository
-rw-r--r--libraries/enchant/README1
-rw-r--r--libraries/enchant/enchant.SlackBuild74
-rw-r--r--libraries/enchant/enchant.info8
-rw-r--r--libraries/enchant/slack-desc19
4 files changed, 0 insertions, 102 deletions
diff --git a/libraries/enchant/README b/libraries/enchant/README
deleted file mode 100644
index fe3a14a0d7..0000000000
--- a/libraries/enchant/README
+++ /dev/null
@@ -1 +0,0 @@
-Enchant is a wrapper for spellcheck libraries like aspell.
diff --git a/libraries/enchant/enchant.SlackBuild b/libraries/enchant/enchant.SlackBuild
deleted file mode 100644
index 41cdaa76d8..0000000000
--- a/libraries/enchant/enchant.SlackBuild
+++ /dev/null
@@ -1,74 +0,0 @@
-#!/bin/sh
-#
-# Slackware build script for enchant
-# Written by Alex Elliott <alex@alex-elliott.co.uk>
-
-PRGNAM=enchant
-VERSION=1.4.1
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "s390" ]; then
- SLKCFLAGS="-O2"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-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 {} \;
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --with-aspell-prefix=/usr \
- --enable-static=no \
- --build=$ARCH-slackware-linux \
- --host=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS BUGS COPYING.LIB HACKING MAINTAINERS NEWS README TODO \
- ChangeLog $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.tgz
diff --git a/libraries/enchant/enchant.info b/libraries/enchant/enchant.info
deleted file mode 100644
index e7cb977316..0000000000
--- a/libraries/enchant/enchant.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="enchant"
-VERSION="1.4.1"
-HOMEPAGE="http://www.abisource.com/projects/enchant/"
-DOWNLOAD="http://www.abisource.com/downloads/enchant/1.4.1/enchant-1.4.1.tar.gz"
-MD5SUM="8d309d2fb39a0f5fd2aa564446cb8d62"
-MAINTAINER="Alex Elliott"
-EMAIL="alex@alex-elliott.co.uk"
-APPROVED="rworkman"
diff --git a/libraries/enchant/slack-desc b/libraries/enchant/slack-desc
deleted file mode 100644
index 222894651f..0000000000
--- a/libraries/enchant/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------------------------------------------------------|
-enchant: Enchant (wrapper for spellcheck libraries)
-enchant:
-enchant: Enchant supports:
-enchant: * Aspell/Pspell
-enchant: * Ispell
-enchant: * MySpell/HunSpell
-enchant: * Uspell (Yiddish, Hebrew and Eastern European languages)
-enchant: * Hspell (Hebrew) and others
-enchant:
-enchant: http://www.abisource.com/projects/enchant/
-enchant: