summaryrefslogtreecommitdiffstats
path: root/development/autogen
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:54 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:54 +0200
commit32c50e8d25a74ca64c0441c2f99755a5d2fb927d (patch)
treee182900299a21a377a80ace783521780ab8f9a58 /development/autogen
parent7ec8f3a72d775c86e089ee46f934db2185b7be86 (diff)
downloadslackbuilds-32c50e8d25a74ca64c0441c2f99755a5d2fb927d.tar.gz
slackbuilds-32c50e8d25a74ca64c0441c2f99755a5d2fb927d.tar.xz
development/autogen: Removed from 13.0 repository
Diffstat (limited to 'development/autogen')
-rw-r--r--development/autogen/README4
-rw-r--r--development/autogen/autogen.SlackBuild93
-rw-r--r--development/autogen/autogen.info8
-rw-r--r--development/autogen/slack-desc19
4 files changed, 0 insertions, 124 deletions
diff --git a/development/autogen/README b/development/autogen/README
deleted file mode 100644
index 9c2b089c9f..0000000000
--- a/development/autogen/README
+++ /dev/null
@@ -1,4 +0,0 @@
-AutoGen is a tool designed to simplify the creation and maintenance
-of programs that contain large amounts of repetitious text. It is
-especially valuable in programs that have several blocks of text
-that must be kept synchronized.
diff --git a/development/autogen/autogen.SlackBuild b/development/autogen/autogen.SlackBuild
deleted file mode 100644
index 65b8886f13..0000000000
--- a/development/autogen/autogen.SlackBuild
+++ /dev/null
@@ -1,93 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for autogen
-
-# Copyright 2009 Andrzej Telszewski <atelszewski@gmail.com>
-# 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=autogen
-VERSION=5.9.7
-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" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-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.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R a-s,u+w,go+r-w .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --infodir=/usr/info \
- --disable-static \
- --build=$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 || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
-)
-
-( cd $PKG/usr/man || exit 1
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-rm -f $PKG/usr/info/dir
-gzip -9 $PKG/usr/info/*
-
-DOCS="README AUTHORS ChangeLog COPYING INSTALL NEWS NOTES THANKS TODO VERSION"
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCS $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/development/autogen/autogen.info b/development/autogen/autogen.info
deleted file mode 100644
index 0b79b86e25..0000000000
--- a/development/autogen/autogen.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="autogen"
-VERSION="5.9.7"
-HOMEPAGE="http://autogen.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/autogen/autogen-5.9.7.tar.bz2"
-MD5SUM="71ed6e1104803b99cb962c0dca357014"
-MAINTAINER="Andrzej Telszewski"
-EMAIL="atelszewski@gmail.com"
-APPROVED="rworkman"
diff --git a/development/autogen/slack-desc b/development/autogen/slack-desc
deleted file mode 100644
index cabaea1f2f..0000000000
--- a/development/autogen/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------------------------------------------------------|
-autogen: autogen (repetitious text tool)
-autogen:
-autogen: AutoGen is a tool designed to simplify the creation and maintenance
-autogen: of programs that contain large amounts of repetitious text. It is
-autogen: especially valuable in programs that have several blocks of text that
-autogen: must be kept synchronized.
-autogen:
-autogen: Homepage: http://autogen.sourceforge.net/
-autogen:
-autogen:
-autogen: