diff options
author | David Negroni <david.negroni@member.fsf.org> | 2010-05-12 23:28:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:28:37 +0200 |
commit | 2fdc5ce2164adea478a1bb74c6fdf681e67aaa95 (patch) | |
tree | cf8f63f972d623d59d0fdee35e42f6cdf2e51c80 /development | |
parent | 2f37db05d42895d3b1a50aa2d22a2a668fc31aa9 (diff) | |
download | slackbuilds-2fdc5ce2164adea478a1bb74c6fdf681e67aaa95.tar.gz |
development/bouml_docs: Added to 12.2 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, 80 insertions, 0 deletions
diff --git a/development/bouml_docs/README b/development/bouml_docs/README new file mode 100644 index 0000000000..3b5fb42f5d --- /dev/null +++ b/development/bouml_docs/README @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000000..da8dfe3768 --- /dev/null +++ b/development/bouml_docs/bouml_docs.SlackBuild @@ -0,0 +1,52 @@ +#!/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 new file mode 100644 index 0000000000..21b641d8f2 --- /dev/null +++ b/development/bouml_docs/bouml_docs.info @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000000..4b91df1732 --- /dev/null +++ b/development/bouml_docs/slack-desc @@ -0,0 +1,19 @@ +# 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: |