development/power-architect: Added to 13.0 repository

This commit is contained in:
DhabyX 2010-05-13 00:58:00 +02:00 committed by Erik Hanson
parent 20350098a9
commit e0f28d2291
4 changed files with 107 additions and 0 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"

View file

@ -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: