diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:05:54 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:05:54 +0200 |
commit | 04d7040df3e2df09078e5c8d6ef4eed61e351320 (patch) | |
tree | b01e12bd8597243aff7b4d1caf359b71ad01b1c2 /academic | |
parent | 45a433da70dfb8e0cc986c0efb26a2c496f535af (diff) | |
download | slackbuilds-04d7040df3e2df09078e5c8d6ef4eed61e351320.tar.gz |
academic/bibletime-i18n: Removed from 13.0 repository
Diffstat (limited to 'academic')
-rw-r--r-- | academic/bibletime-i18n/README | 7 | ||||
-rw-r--r-- | academic/bibletime-i18n/bibletime-i18n.SlackBuild | 91 | ||||
-rw-r--r-- | academic/bibletime-i18n/bibletime-i18n.info | 8 | ||||
-rw-r--r-- | academic/bibletime-i18n/slack-desc | 19 |
4 files changed, 0 insertions, 125 deletions
diff --git a/academic/bibletime-i18n/README b/academic/bibletime-i18n/README deleted file mode 100644 index 2c370e87ca..0000000000 --- a/academic/bibletime-i18n/README +++ /dev/null @@ -1,7 +0,0 @@ -This is the alternative interface languages for the BibleTime sword frontend. - -BibleTime is a Bible study application for Linux. It is based on the K Desktop -Environment and uses the Sword programming library to work with Bible texts, -commentaries, dictionaries and books provided by the Crosswire Bible Society. - -Obviously this package is useless without the bibletime package. diff --git a/academic/bibletime-i18n/bibletime-i18n.SlackBuild b/academic/bibletime-i18n/bibletime-i18n.SlackBuild deleted file mode 100644 index bada9ced42..0000000000 --- a/academic/bibletime-i18n/bibletime-i18n.SlackBuild +++ /dev/null @@ -1,91 +0,0 @@ -#!/bin/sh -# -# A slackbuild script to build the BibleTime Sword frontend -# -# Copyright (c) 2007, Timothy Pollard -# -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "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 COPYRIGHT -# OWNER OR -# CONTRIBUTORS 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. -# -# Modified by SlackBuilds.org - -PRGNAM=bibletime-i18n -VERSION=1.6.5 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=${PKG:-$TMP/package-$PRGNAM} -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1 -cd $PRGNAM-$VERSION || exit 1 - -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 \ - --build=$ARCH-slackware-linux \ -|| exit - -# Compile the source -make || exit -make install DESTDIR=$PKG || exit - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp README $PKG/usr/doc/$PRGNAM-$VERSION -cp $CWD/$PRGNAM.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION -find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; - -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/academic/bibletime-i18n/bibletime-i18n.info b/academic/bibletime-i18n/bibletime-i18n.info deleted file mode 100644 index 964ff6ce7f..0000000000 --- a/academic/bibletime-i18n/bibletime-i18n.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="bibletime-i18n" -VERSION="1.6.5" -HOMEPAGE="http://www.bibletime.info/" -DOWNLOAD="http://download.sourceforge.net/bibletime/bibletime-i18n-1.6.5.tar.bz2" -MD5SUM="afe5c92f212951c3949ac010ae20ef7b" -MAINTAINER="Timothy Pollard" -EMAIL="sbo@timp.com.au" -APPROVED="David Somero" diff --git a/academic/bibletime-i18n/slack-desc b/academic/bibletime-i18n/slack-desc deleted file mode 100644 index 200e089f39..0000000000 --- a/academic/bibletime-i18n/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------------------------------------------------------| -bibletime-i18n: bibletime-il8n (alternative interface languages for BibleTime) -bibletime-i18n: This package contains alternative interface languages for BibleTime -bibletime-i18n: -bibletime-i18n: BibleTime is based on the K Desktop Environment and uses the Sword -bibletime-i18n: programming library to work with Bible texts, commentaries, -bibletime-i18n: dictionaries and books provided by the Crosswire Bible Society. -bibletime-i18n: -bibletime-i18n: Homepage: http://www.bibletime.info/ -bibletime-i18n: -bibletime-i18n: -bibletime-i18n: |