system/xtermcontrol: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:09:34 +02:00
parent 26e129e6ce
commit ac49ce6abd
4 changed files with 0 additions and 90 deletions

View file

@ -1,5 +0,0 @@
xtermcontrol enables dynamic control of XFree86 xterm properties.
It makes it easy to change colors, title, font and geometry of a
running xterm, as well as to report the current settings of the
aforementioned properties.

View file

@ -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------------------------------------------------|
xtermcontrol: xtermcontrol (enables dynamic control of xterm properties)
xtermcontrol:
xtermcontrol: xtermcontrol makes it easy to change colors, title, font and
xtermcontrol: geometry of a running xterm, as well as to report the current
xtermcontrol: settings of the aforementioned properties.
xtermcontrol:
xtermcontrol:
xtermcontrol:
xtermcontrol:
xtermcontrol:
xtermcontrol:

View file

@ -1,58 +0,0 @@
#!/bin/sh
#
# Slackware build script for xtermcontrol
# Written by Michael Gehring <mg@ebfe.org>
PRGNAM=xtermcontrol
VERSION=${VERSION:-2.9}
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.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 ./configure --prefix=/usr
make
make install DESTDIR=$PKG
strip --strip-unneeded $PKG/usr/bin/$PRGNAM 2> /dev/null
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog doc/ctlseqs.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
gzip -9 $PKG/usr/share/man/man?/*
mv $PKG/usr/share/man $PKG/usr
rmdir $PKG/usr/share
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

View file

@ -1,8 +0,0 @@
PRGNAM="xtermcontrol"
VERSION="2.9"
HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/"
DOWNLOAD="http://www.thrysoee.dk/xtermcontrol/xtermcontrol-2.9.tar.gz"
MD5SUM="00fb29732d71a2035324232862e8fe26"
MAINTAINER="Michael Gehring"
EMAIL="mg@ebfe.org"
APPROVED="rworkman"