development/qt-doc: Removed (included in Slackware)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-29 22:27:32 +02:00
parent 13b8f180a7
commit 5df0862d43
4 changed files with 0 additions and 110 deletions

View file

@ -1,6 +0,0 @@
This package provide the documentations of Qt4. As the official qt-copy
package doesn't have documents, this package only contain the Documents for
development help.
If you upgrade this package from old version, you may need to clean up the
index cache by `assistant -remove-search-index` before you launch assistant.

View file

@ -1,75 +0,0 @@
#!/bin/sh
# Slackware build script for qt-doc
# Written by Grissiom <chaos.proton@gmail.com>
PKGNAM=qt-doc
VERSION=4.7.0
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}
OUTPUT=${OUTPUT:-/tmp}
PKG=$TMP/package-${PKGNAM}
TARBALLNAME=qt-everywhere-opensource-src-${VERSION}
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
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf ${TARBALLNAME}
tar xvf $CWD/${TARBALLNAME}.tar.gz
cd ${TARBALLNAME}
QTDIR=/usr/lib${LIBDIRSUFFIX}/qt
mkdir -p ${PKG}/${QTDIR}/doc/
mv doc/html ${PKG}/${QTDIR}/doc/
mv doc/qch ${PKG}/${QTDIR}/doc/
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cat $CWD/$PKGNAM.SlackBuild > $PKG/usr/doc/$PKGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README > $PKG/usr/doc/$PKGNAM-$VERSION/README
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
# equivalent to do this in the very beginning but much more faster
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 {} \;
/sbin/makepkg -l y -c n $OUTPUT/$PKGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,10 +0,0 @@
PRGNAM="qt-doc"
VERSION="4.7.0"
HOMEPAGE="http://qt.nokia.com"
DOWNLOAD="ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0.tar.gz"
MD5SUM="3a2f25b9b115037277f4fb759194a7a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Grissiom"
EMAIL="chaos.proton@gmail.com"

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------------------------------------------------------|
qt-doc: qt-doc (Documentation for Qt4)
qt-doc:
qt-doc: As the official qt-copy package doesn't have documents, this package
qt-doc: will provide the Documents(API references, Tutorials, etc.) for
qt-doc: development help.
qt-doc:
qt-doc:
qt-doc:
qt-doc:
qt-doc:
qt-doc: