diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2010-05-13 00:58:00 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:58:00 +0200 |
commit | e0f28d2291ee32c2251eb387c1b51c4f2a1919f2 (patch) | |
tree | ad2158520a304a0f52ba1f4410ebd16a4c0b339a /development | |
parent | 20350098a94cab8f4161ce01a74e39ab768b8934 (diff) | |
download | slackbuilds-e0f28d2291ee32c2251eb387c1b51c4f2a1919f2.tar.gz |
development/power-architect: Added to 13.0 repository
Diffstat (limited to 'development')
-rw-r--r-- | development/power-architect/README | 5 | ||||
-rw-r--r-- | development/power-architect/power-architect.SlackBuild | 74 | ||||
-rw-r--r-- | development/power-architect/power-architect.info | 10 | ||||
-rw-r--r-- | development/power-architect/slack-desc | 18 |
4 files changed, 107 insertions, 0 deletions
diff --git a/development/power-architect/README b/development/power-architect/README new file mode 100644 index 0000000000..44f3a61103 --- /dev/null +++ b/development/power-architect/README @@ -0,0 +1,5 @@ +SQL Power Architect + +The SQL Power Architect is a cross-platform, open-source data +modeling tool with a GUI and an embeddable API. + diff --git a/development/power-architect/power-architect.SlackBuild b/development/power-architect/power-architect.SlackBuild new file mode 100644 index 0000000000..8cb92d611f --- /dev/null +++ b/development/power-architect/power-architect.SlackBuild @@ -0,0 +1,74 @@ +#!/bin/sh + +# Slackware build script for power-architect + +# Copyright (c) 2010, Dhaby Xiloj <slack.dhabyx@gmail.com> +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# 1.- Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# This script is just a binary repackaging. + +PRGNAM=power-architect +VERSION=${VERSION:-0.9.14} +ARCH=${ARCH:-noarch} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +DOCS="LICENSE README.generic" + +set -e # Exit on most errors + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf architect-$VERSION +tar xvf $CWD/Architect-generic-jdbc-$VERSION.tar.gz +cd architect-$VERSION +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 {} \; + +mkdir -p $PKG/opt/$PRGNAM +cp -R $TMP/architect-$VERSION/* $PKG/opt/$PRGNAM + +# Add a script to run power-architect in /usr/bin +mkdir -p $PKG/usr/bin +cat << EOF > $PKG/usr/bin/$PRGNAM +#!/bin/sh +cd /opt/$PRGNAM +java -jar architect.jar +EOF +chmod 0755 $PKG/usr/bin/$PRGNAM + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -ar $DOCS $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.${PKGTYPE:-tgz} diff --git a/development/power-architect/power-architect.info b/development/power-architect/power-architect.info new file mode 100644 index 0000000000..8236a4bc09 --- /dev/null +++ b/development/power-architect/power-architect.info @@ -0,0 +1,10 @@ +PRGNAM="power-architect" +VERSION="0.9.14" +HOMEPAGE="http://www.sqlpower.ca/page/architect" +DOWNLOAD="http://power-architect.googlecode.com/files/Architect-generic-jdbc-0.9.14.tar.gz" +MD5SUM="51108e0eda5e09e1c11ff95e7312dd53" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="DhabyX" +EMAIL="slack.dhabyx@gmail.com" +APPROVED="Erik Hanson" diff --git a/development/power-architect/slack-desc b/development/power-architect/slack-desc new file mode 100644 index 0000000000..2967e59fc1 --- /dev/null +++ b/development/power-architect/slack-desc @@ -0,0 +1,18 @@ +# 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----------------------------------------------------| +power-architect: Power Architect (The SQL Power Architect) +power-architect: +power-architect: The SQL Power Architect is a cross-platform, open-source data +power-architect: modeling tool with a GUI and an embeddable API. +power-architect: +power-architect: http://www.sqlpower.ca/page/architect +power-architect: +power-architect: +power-architect: +power-architect: |