summaryrefslogtreecommitdiffstats
path: root/psi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2005-09-03 19:21:38 +0000
committer Eric Hameleers <alien@slackware.com>2005-09-03 19:21:38 +0000
commit17c1a48cf4d22259ad2d1f8f2571d260f3aa6250 (patch)
treebbcabde28681fe2fbbb6a30bb1746de18f531a42 /psi
parenta175b6b31964eb44edb9738fbc973f6240ab4c0d (diff)
downloadasb-17c1a48cf4d22259ad2d1f8f2571d260f3aa6250.tar.gz
asb-17c1a48cf4d22259ad2d1f8f2571d260f3aa6250.tar.xz
RE-write for psi 0.10-test1
Diffstat (limited to 'psi')
-rwxr-xr-xpsi/build/psi.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/psi/build/psi.SlackBuild b/psi/build/psi.SlackBuild
index d602aee0..5cf82a27 100755
--- a/psi/build/psi.SlackBuild
+++ b/psi/build/psi.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/sh
-#
+# $Id$
# -----------------------------------------------------------------------------
#
# Slackware SlackBuild script
@@ -19,6 +19,8 @@
# 0.9.3-1: 02/feb/2005 by Eric Hameleers
# * Rebuild for new release (now requires qca too for SSL support).
# Split the language files into a separate package.
+# 0.10-test1:27/aug/2005 by Eric Hameleers
+# * The prelude to psi-0.10.
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -34,7 +36,8 @@ if [ "$TMP" = "" ]; then
fi
PRGNAM=psi
-VERSION=0.9.3
+SRCVER=0.10-test1
+VERSION=0.10.test1
ARCH=${ARCH:-i486}
BUILD=1
@@ -79,9 +82,9 @@ cd $TMP/tmp-$PRGNAM
# --- TARBALL EXTRACTION,PATCH,MODIFY ---
echo "Extracting the program tarball for $PRGNAM..."
-tar -xjvf $CWD/${PRGNAM}-${VERSION}.tar.bz2
+tar -xjvf $CWD/${PRGNAM}-${SRCVER}.tar.bz2
-cd ${PRGNAM}-${VERSION}
+cd ${PRGNAM}-${SRCVER}
chown -R root.root *