diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:06:57 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:06:57 +0200 |
commit | 7f08d642b8f36acdf3b0490db7f7f411131abe76 (patch) | |
tree | 9254dfeacf734b911c24236348647ac24888716f /development | |
parent | 964c4c15ba661737494b0d2d7365a19c7493c717 (diff) | |
download | slackbuilds-7f08d642b8f36acdf3b0490db7f7f411131abe76.tar.gz |
development/bouml_docs: Removed from 13.0 repository
Diffstat (limited to 'development')
-rw-r--r-- | development/bouml_docs/README | 1 | ||||
-rw-r--r-- | development/bouml_docs/bouml_docs.SlackBuild | 52 | ||||
-rw-r--r-- | development/bouml_docs/bouml_docs.info | 8 | ||||
-rw-r--r-- | development/bouml_docs/slack-desc | 19 |
4 files changed, 0 insertions, 80 deletions
diff --git a/development/bouml_docs/README b/development/bouml_docs/README deleted file mode 100644 index 3b5fb42f5d..0000000000 --- a/development/bouml_docs/README +++ /dev/null @@ -1 +0,0 @@ -Documentation for BoUMLB.
\ No newline at end of file diff --git a/development/bouml_docs/bouml_docs.SlackBuild b/development/bouml_docs/bouml_docs.SlackBuild deleted file mode 100644 index da8dfe3768..0000000000 --- a/development/bouml_docs/bouml_docs.SlackBuild +++ /dev/null @@ -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 diff --git a/development/bouml_docs/bouml_docs.info b/development/bouml_docs/bouml_docs.info deleted file mode 100644 index 21b641d8f2..0000000000 --- a/development/bouml_docs/bouml_docs.info +++ /dev/null @@ -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" diff --git a/development/bouml_docs/slack-desc b/development/bouml_docs/slack-desc deleted file mode 100644 index 4b91df1732..0000000000 --- a/development/bouml_docs/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------------------------------------------------------| -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: |