diff options
author | Martin Lefebvre <dadexter@sekurity.com> | 2010-05-11 20:00:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:35 +0200 |
commit | 9e8c4edf108698fd96ff54d17d7da8e0744b01dc (patch) | |
tree | 2e415ee1a0120efc3d2d83a16c4a700e32471fca /graphics | |
parent | f0e9cd2e15a205f17f5f3917934144e4c3fea7d5 (diff) | |
download | slackbuilds-9e8c4edf108698fd96ff54d17d7da8e0744b01dc.tar.gz |
graphics/bashgallery: Added to 12.0 repository
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bashgallery/README | 4 | ||||
-rw-r--r-- | graphics/bashgallery/bashgallery.SlackBuild | 58 | ||||
-rw-r--r-- | graphics/bashgallery/bashgallery.info | 8 | ||||
-rw-r--r-- | graphics/bashgallery/slack-desc | 19 |
4 files changed, 89 insertions, 0 deletions
diff --git a/graphics/bashgallery/README b/graphics/bashgallery/README new file mode 100644 index 0000000000..b9bd364124 --- /dev/null +++ b/graphics/bashgallery/README @@ -0,0 +1,4 @@ +Bashgallery is a bash script to generate an online static-HTML +picture gallery. It is designed with the idea that all it would +do is generate the html code and thumbnails, leaving the image +collection management to the user. diff --git a/graphics/bashgallery/bashgallery.SlackBuild b/graphics/bashgallery/bashgallery.SlackBuild new file mode 100644 index 0000000000..fc251b8f92 --- /dev/null +++ b/graphics/bashgallery/bashgallery.SlackBuild @@ -0,0 +1,58 @@ +#!/bin/sh + +# Slackware build script for bashgallery + +# Copyright 2007 Martin Lefebvre <dadexter@sekurity.com> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script 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. + +PRGNAM=bashgallery +VERSION=0.4 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP || exit 1 +rm -rf $PRGNAM-$VERSION +tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 +cd $PRGNAM-$VERSION || exit 1 +chown -R root:root . +chmod -R a-s,u+w,go+r-w . + +PREFIX=$PKG sh install.sh + +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.tgz diff --git a/graphics/bashgallery/bashgallery.info b/graphics/bashgallery/bashgallery.info new file mode 100644 index 0000000000..bf637f8d52 --- /dev/null +++ b/graphics/bashgallery/bashgallery.info @@ -0,0 +1,8 @@ +PRGNAM="bashgallery" +VERSION="0.4" +HOMEPAGE="http://www.sekurity.com/projects/" +DOWNLOAD="http://www.sekurity.com/projects/bashgallery-0.4.tar.gz" +MD5SUM="087b3ba8d583c85b89aeb854c3ff7df5" +MAINTAINER="Martin Lefebvre" +EMAIL="dadexter@sekurity.com" +APPROVED="rworkman" diff --git a/graphics/bashgallery/slack-desc b/graphics/bashgallery/slack-desc new file mode 100644 index 0000000000..6db455989d --- /dev/null +++ b/graphics/bashgallery/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------------------------------------------------------| +bashgallery: bashgallery (online picture gallery generation tool) +bashgallery: +bashgallery: Bashgallery is a bash script to generate an online static-HTML +bashgallery: picture gallery. It is designed with the idea that all it would +bashgallery: do is generate the html code and thumbnails, leaving the image +bashgallery: collection management to the user. +bashgallery: +bashgallery: +bashgallery: +bashgallery: +bashgallery: |