mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/aigaion: Updated for version 2.2.b.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
175a7f1816
commit
6704a0d2ed
4 changed files with 16 additions and 12 deletions
|
@ -7,8 +7,9 @@ complete research department.
|
|||
|
||||
To complete installation:
|
||||
|
||||
1) Create a new MySQL database '<db_aigaion2>', with an appropriate user.
|
||||
The database is empty.
|
||||
2) Point your browser to http://<server>/<aigaion2_rootdir>/install/install.php
|
||||
1) Create a new MySQL database '<db_aigaion2>', with an appropriate user.
|
||||
The database is empty.
|
||||
2) Point your browser to:
|
||||
http://<server>/<aigaion2_rootdir>/install/install.php
|
||||
|
||||
From there on, follow the instructions on the screen.
|
||||
|
|
|
@ -3,9 +3,12 @@
|
|||
# Slackware build script for Aigaion
|
||||
|
||||
# Written by Joel J. Adamson <adamsonj@email.unc.edu>
|
||||
# Maintained as of version 2.2.b by Niels Horn <niels.horn@gmail.com>
|
||||
|
||||
# Revision date: 2011/04/01
|
||||
|
||||
PRGNAM=aigaion
|
||||
VERSION=${VERSION:-2_1_2}
|
||||
VERSION=${VERSION:-2.2.b}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -33,7 +36,7 @@ elif [ "$ARCH" = "x86_64" ]; then
|
|||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG $TMP/$PRGNAM${MAJORVERSION}
|
||||
mkdir -p $TMP $PKG/$DOCROOT $OUTPUT
|
||||
|
@ -61,7 +64,7 @@ chown -R $PHPUSER:$PHPGROUP $PKG/$DOCROOT/$PRGNAM$MAJORVERSION
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd $PKG/$DOCROOT/$PRGNAM$MAJORVERSION
|
||||
cp -a \
|
||||
_INSTALL.txt _UPDATE.txt _OLD_MYSQL.txt \
|
||||
_INSTALL.txt _UPDATE.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aigaion"
|
||||
VERSION="2_1_2"
|
||||
HOMEPAGE="http://www.aigaion.nl/index.php?page=home"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/aigaion/aigaion2_1_2.zip"
|
||||
MD5SUM="cdf546a57e56cf3ad0832df570dc2b98"
|
||||
VERSION="2.2.b"
|
||||
HOMEPAGE="http://www.aigaion.nl"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/aigaion/aigaion2.2.b.zip"
|
||||
MD5SUM="16d56a30e664ab26c9365160d47dfec5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
aigaion: Aigaion (Web-based Bibliography Management System)
|
||||
aigaion:
|
||||
aigaion:
|
||||
aigaion: Aigaion provides a bibliography management software environment
|
||||
aigaion: that supports a user in organizing and managing a complete
|
||||
aigaion: bibliography, from small bibliographies to bibliographies for a
|
||||
|
|
Loading…
Reference in a new issue