development/bouml_docs: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:06:57 +02:00
parent 964c4c15ba
commit 7f08d642b8
4 changed files with 0 additions and 80 deletions

View File

@ -1 +0,0 @@
Documentation for BoUMLB.

View File

@ -1,52 +0,0 @@
#!/bin/sh
# Slackware build script for bouml documentation
# Written by David Negroni <david.negroni@member.fsf.org>
PRGNAM="bouml_docs"
VERSION="4.9"
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM-$VERSION
OUTPUT=${OUTPUT:-/tmp}
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"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
mkdir -p $PKG/usr/lib/bouml
tar xvzf $CWD/doc$VERSION.tar.gz -C $PKG/usr/lib$LIBDIRSUFFIX/bouml || exit 1
chown -R root:root $PKG
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 {} \;
mkdir -p $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

View File

@ -1,8 +0,0 @@
PRGNAM="bouml_docs"
VERSION="4.9"
HOMEPAGE="http://bouml.free.fr/index.html"
DOWNLOAD="http://downloads.sourceforge.net/bouml/doc4.9.tar.gz"
MD5SUM="6e1d56146f05e461b353ace5c0aaa542"
MAINTAINER="David Negroni"
EMAIL="david.negroni@member.fsf.org"
APPROVED="dsomero"

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------------------------------------------------------|
bouml_docs: bouml_docs (documentation for BoUML)
bouml_docs:
bouml_docs: BOUML is a free UML 2 tool box allowing you to specify and generate
bouml_docs: code in C++, Java, Idl, Php and Python.
bouml_docs:
bouml_docs: This package contains the documentation for BoUML.
bouml_docs:
bouml_docs: Homepage: http://bouml.free.fr/index.html
bouml_docs:
bouml_docs:
bouml_docs: