summaryrefslogtreecommitdiffstats
path: root/desktop/crystal/crystal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/crystal/crystal.SlackBuild')
-rw-r--r--desktop/crystal/crystal.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/desktop/crystal/crystal.SlackBuild b/desktop/crystal/crystal.SlackBuild
index 1f01f430be..863122f238 100644
--- a/desktop/crystal/crystal.SlackBuild
+++ b/desktop/crystal/crystal.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# SlackBuild script for crystal (A Native KDE 3.x Window decoration)
-# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
+# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=crystal
-VERSION=1.0.6
+VERSION=${VERSION:-1.0.7}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,10 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --disable-debug
+ --mandir=/usr/man \
+ --docdir=/usr/doc/$PRGNAM-$VERSION \
+ --disable-debug \
+ --build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG