diff options
author | Charles <SlackBuilds@catcons.co.uk> | 2012-02-21 16:57:45 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-03-29 10:16:24 -0500 |
commit | 94c53ab7717065394ab57f6b0ae31ccbe6710c3d (patch) | |
tree | 1bf6612f82c0b8a5ab2106359196e6cf15360c88 /misc/xapian-omega/xapian-omega.SlackBuild | |
parent | 59a8d10ea3020683c41f0c4065bd8d035aa3f458 (diff) | |
download | slackbuilds-94c53ab7717065394ab57f6b0ae31ccbe6710c3d.tar.gz |
misc/xapian-omega: Updated for version 1.2.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/xapian-omega/xapian-omega.SlackBuild')
-rw-r--r-- | misc/xapian-omega/xapian-omega.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/misc/xapian-omega/xapian-omega.SlackBuild b/misc/xapian-omega/xapian-omega.SlackBuild index 3893f251c5..57dca38c69 100644 --- a/misc/xapian-omega/xapian-omega.SlackBuild +++ b/misc/xapian-omega/xapian-omega.SlackBuild @@ -22,13 +22,16 @@ # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# Quite modified by Robby Workman <rworkman@slackbuilds.org> +# Based on 1.2.4 version on which Robby Workman <rworkman@slackbuilds.org> +# gave much help PRGNAM=xapian-omega -VERSION=${VERSION:-1.2.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.8} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +HTTPD_DIR=${HTTPD_DIR:-/srv/httpd} + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -98,10 +101,6 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; rm -f $PKG/etc/omega.conf cat $CWD/xapian-omega.conf > $PKG/etc/xapian-omega.conf.new -# This Vim syntax file is nice to have -mkdir -p $PKG/usr/share/vim/vim72/syntax -cp -a extra/omegascript.vim $PKG/usr/share/vim/vim72/syntax - # Create the otherwise missing directories listed in /etc/xapian-omega.conf mkdir -p $PKG/var/lib/xapian-omega/{cdb,data} $PKG/var/log/xapian-omega @@ -116,7 +115,6 @@ cp -a \ AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -ln -s /var/lib/xapian-omega/templates/README $PKG/usr/doc/$PRGNAM-$VERSION/README.templates # Adjustments to harmonise with the Debian package created by Xapian developer Olly mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples |