diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:53 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:53 +0200 |
commit | bc3248e704f946b86a3030a97cf3ab4006a0eba0 (patch) | |
tree | 14e7077db95b03c826121c28b3bea013145f875e | |
parent | 002f0e33cca134ec8e47eb2f3f9ca9c82cdfd912 (diff) | |
download | slackbuilds-bc3248e704f946b86a3030a97cf3ab4006a0eba0.tar.gz |
libraries/pwlib: Removed from 12.2 repository
-rw-r--r-- | libraries/pwlib/README | 4 | ||||
-rw-r--r-- | libraries/pwlib/pwlib.SlackBuild | 62 | ||||
-rw-r--r-- | libraries/pwlib/pwlib.info | 8 | ||||
-rw-r--r-- | libraries/pwlib/slack-desc | 19 |
4 files changed, 0 insertions, 93 deletions
diff --git a/libraries/pwlib/README b/libraries/pwlib/README deleted file mode 100644 index 45c20b6801..0000000000 --- a/libraries/pwlib/README +++ /dev/null @@ -1,4 +0,0 @@ -PWLib is a moderately large class library intended to assist in writing -complete multi-platform applications. Classes for I/O portability, -multi-threading portability, aids in producing UNIX daemons and NT services -portably and all sorts of internet protocols are supported. diff --git a/libraries/pwlib/pwlib.SlackBuild b/libraries/pwlib/pwlib.SlackBuild deleted file mode 100644 index 0efa4e7637..0000000000 --- a/libraries/pwlib/pwlib.SlackBuild +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh - -# Slackware build script for pwlib - -# Written by Olivier Esser (olive001@tele2allin.be), based on -# the template available at SlackBuilds.org (public domain). - -PRGNAM=pwlib -VERSION=1.10.10 -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 # Exit on most errors - -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 . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ReadMe.txt History.txt ReadMe_QOS.txt $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 -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/libraries/pwlib/pwlib.info b/libraries/pwlib/pwlib.info deleted file mode 100644 index 8782db8b33..0000000000 --- a/libraries/pwlib/pwlib.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="pwlib" -VERSION="1.10.10" -HOMEPAGE="http://ekiga.org" -DOWNLOAD="http://www.ekiga.org/admin/downloads/latest/sources/sources/pwlib-1.10.10.tar.gz" -MD5SUM="abebf45332e70772ffa876d31975d4b9" -MAINTAINER="Olivier Esser" -EMAIL="olive001@tele2allin.be" -APPROVED="rworkman" diff --git a/libraries/pwlib/slack-desc b/libraries/pwlib/slack-desc deleted file mode 100644 index 10601fb38a..0000000000 --- a/libraries/pwlib/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-------------------------------------------------------| -pwlib: pwlib (Classes for I/O portability) -pwlib: -pwlib: PWLib is a moderately large class library intended to assist in writing -pwlib: complete multi-platform applications. Classes for I/O portability, -pwlib: multi-threading portability, aids in producing UNIX daemons and NT -pwlib: services portably and all sorts of internet protocols are supported. -pwlib: -pwlib: Homepage: http://ekiga.org -pwlib: -pwlib: -pwlib: |