mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/gallery3: Updated for version 3.0.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
c8986b7bf1
commit
b281f60f3e
5 changed files with 13 additions and 13 deletions
|
@ -2,14 +2,14 @@ gallery3 is a web-based photo album organizer. Lets you publish
|
|||
and print your photos as well as lets other users access your
|
||||
pictures.
|
||||
|
||||
This requires a web server (e.g. httpd), PHP, and database (e.g. MySQL).
|
||||
Requires web server, PHP and database (MySQL).
|
||||
|
||||
Refer to README-ONLINE in DOCS for new install, upgrade, and/or
|
||||
Refer to README-ONLINE in DOCS for new install, upgrade and/or
|
||||
migration instructions.
|
||||
|
||||
Script options:
|
||||
DOCROOT - should be set to the directory in which you want to install
|
||||
gallery3 (default is /var/www/htdocs/).
|
||||
DOCROOT - should be set to whatever folder you want to install
|
||||
gallery3. The default is /var/www/htdocs
|
||||
|
||||
BASEDIR - name of the directory under DOCROOT. This will actually
|
||||
be part of our gallery3 url: www.example.com/BASEDIR/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
gallery3 online user guide:
|
||||
|
||||
http://codex.galleryproject.org/Gallery3:User_guide
|
||||
http://codex.galleryproject.org/Gallery3:User_guide
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware Package Build Script for gallery
|
||||
# Slackware Package Build Script for gallery3
|
||||
# Home Page http://galleryproject.org
|
||||
|
||||
# Copyright (c) 2009-2013, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
|
@ -26,7 +26,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="gallery3"
|
||||
VERSION=${VERSION:-3.0.5}
|
||||
VERSION=${VERSION:-3.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -37,7 +37,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
### set the document root
|
||||
DOCROOT=${DOCROOT:-/var/www/htdocs}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gallery3"
|
||||
VERSION="3.0.5"
|
||||
VERSION="3.0.6"
|
||||
HOMEPAGE="http://gallery.menalto.com/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gallery/gallery-3.0.5.zip"
|
||||
MD5SUM="eac77314c9e437d7ef28e674edb1c018"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gallery/gallery-3.0.6.zip"
|
||||
MD5SUM="aed4227588c32426392461db87264ed4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-----------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gallery3: gallery3 (web-based photo album organizer)
|
||||
gallery3:
|
||||
gallery3: gallery3 is a web-based photo album organizer. Gallery gives you
|
||||
gallery3: an intuitive way to blend photo management seamlessly into your
|
||||
gallery3: own website.
|
||||
gallery3:
|
||||
gallery3:
|
||||
gallery3: Home Page: http://galleryproject.org
|
||||
gallery3:
|
||||
gallery3:
|
||||
gallery3:
|
||||
gallery3:
|
||||
|
|
Loading…
Reference in a new issue