diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:06 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:06 +0200 |
commit | a106120150a55f0331ca9dea1201b7d579a6553d (patch) | |
tree | 9004622f3d913a3c71a7e57e1495a6edf02c05ee /libraries | |
parent | 16c450dc754ef4f7df543f9870b6a1c94df19711 (diff) | |
download | slackbuilds-a106120150a55f0331ca9dea1201b7d579a6553d.tar.gz |
libraries/libghttp: Removed from 13.0 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libghttp/README | 2 | ||||
-rw-r--r-- | libraries/libghttp/libghttp.SlackBuild | 53 | ||||
-rw-r--r-- | libraries/libghttp/libghttp.info | 8 | ||||
-rw-r--r-- | libraries/libghttp/slack-desc | 19 |
4 files changed, 0 insertions, 82 deletions
diff --git a/libraries/libghttp/README b/libraries/libghttp/README deleted file mode 100644 index ad443c4677..0000000000 --- a/libraries/libghttp/README +++ /dev/null @@ -1,2 +0,0 @@ -GNOME HTTP client library. - diff --git a/libraries/libghttp/libghttp.SlackBuild b/libraries/libghttp/libghttp.SlackBuild deleted file mode 100644 index 5135ac4077..0000000000 --- a/libraries/libghttp/libghttp.SlackBuild +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# Slackware build script for libghttp. -# Written by eroc <eroc@linuxmail.org> - -# Modified by the SlackBuilds.org project - -PRGNAM=libghttp -VERSION=1.0.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" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION || exit 1 -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --enable-shared=yes \ - --enable-static=no \ - || exit 1 - -make || exit 1 -make install-strip DESTDIR=$PKG || exit 1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO doc/* \ - $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/libraries/libghttp/libghttp.info b/libraries/libghttp/libghttp.info deleted file mode 100644 index f2a65b0d57..0000000000 --- a/libraries/libghttp/libghttp.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="libghttp" -VERSION="1.0.9" -HOMEPAGE="http://ftp.gnome.org/pub/gnome/sources/libghttp" -DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-1.0.9.tar.gz" -MD5SUM="0690e7456f9a15c635f240f3d6d5dab2" -MAINTAINER="eroc" -EMAIL="eroc@linuxmail.org" -APPROVED="robw810" diff --git a/libraries/libghttp/slack-desc b/libraries/libghttp/slack-desc deleted file mode 100644 index 5750573b66..0000000000 --- a/libraries/libghttp/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------------------------------------------------------| -libghttp: libghttp (gnome http client library) -libghttp: -libghttp: GNOME HTTP client library. -libghttp: -libghttp: Homepage: http://ftp.gnome.org/pub/gnome/sources/libghttp/ -libghttp: -libghttp: -libghttp: -libghttp: -libghttp: -libghttp: |