diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 16:11:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 16:11:22 -0500 |
commit | b71fcd978f94284d3bcb9fbca2fda99bfb13f0bc (patch) | |
tree | 0cc0e7428adc8007e09498bae23f72a00f77406a /office | |
parent | 8c78018fec154c563d0d47171ba5b4ea2ba59351 (diff) | |
download | slackbuilds-b71fcd978f94284d3bcb9fbca2fda99bfb13f0bc.tar.gz |
office/bbdb: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2009-December/004989.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/bbdb/README | 2 | ||||
-rw-r--r-- | office/bbdb/bbdb.SlackBuild | 83 | ||||
-rw-r--r-- | office/bbdb/bbdb.info | 10 | ||||
-rw-r--r-- | office/bbdb/slack-desc | 19 |
4 files changed, 0 insertions, 114 deletions
diff --git a/office/bbdb/README b/office/bbdb/README deleted file mode 100644 index 4a44c4290e..0000000000 --- a/office/bbdb/README +++ /dev/null @@ -1,2 +0,0 @@ -The Insidious Big Brother Database (BBDB) is a contact management -utility created by Jamie Zawinski for use with Emacs. diff --git a/office/bbdb/bbdb.SlackBuild b/office/bbdb/bbdb.SlackBuild deleted file mode 100644 index e6c16794ea..0000000000 --- a/office/bbdb/bbdb.SlackBuild +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh - -# Slackware build script for <appname> - -# Written by Joel J. Adamson <sparrow1240@gmail.com> - -PRGNAM=bbdb -VERSION=${VERSION:-2.35} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) 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 # Exit on most errors - -# destination directories -LISP=$PKG/usr/share/emacs/site-lisp/bbdb -TEX=$PKG/usr/share/texmf/tex/latex/bbdb - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT $LISP $TEX -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 {} \; - -./configure -make all - -# copy files -cp lisp/* $LISP/ -cp -r utils $LISP -cp tex/* $TEX - -mkdir -p $PKG/usr/info -cat texinfo/bbdb.info > $PKG/usr/info/bbdb.info -gzip -9 $PKG/usr/info/bbdb.info - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - config.log README ChangeLog INSTALL \ - $PKG/usr/doc/$PRGNAM-$VERSION -find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; -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/office/bbdb/bbdb.info b/office/bbdb/bbdb.info deleted file mode 100644 index 6e2df00a97..0000000000 --- a/office/bbdb/bbdb.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="bbdb" -VERSION="2.35" -HOMEPAGE="http://bbdb.sourceforge.net" -DOWNLOAD="http://bbdb.sourceforge.net/bbdb-2.35.tar.gz" -MD5SUM="5c4e7f2b2a6a8e25ff77351f533f3910" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Joel J. Adamson" -EMAIL="sparrow1240@gmail.com" -APPROVED="rworkman" diff --git a/office/bbdb/slack-desc b/office/bbdb/slack-desc deleted file mode 100644 index 46a5630b5b..0000000000 --- a/office/bbdb/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------------------------------------------------------| -bbdb: bbdb (The Insidious Big Brother Database) -bbdb: -bbdb: The Insidious Big Brother Database (BBDB) is a contact management -bbdb: utility created by Jamie Zawinski for use with Emacs. For many years, -bbdb: it was maintained by Waider. Since February 2007, BBDB is maintained -bbdb: by Robert Widhopf-Fenk. -bbdb: -bbdb: Homepage: http://bbdb.sourceforge.net -bbdb: -bbdb: -bbdb: |