summaryrefslogtreecommitdiffstats
path: root/system/gparted/gparted.SlackBuild
diff options
context:
space:
mode:
author Erik Hanson2010-05-12 17:45:19 +0200
committer Chess Griffin2010-05-12 17:45:19 +0200
commit4198a2085216457345e809158eb7c3b0c3312df3 (patch)
tree47924fdab1f53ee917cce683c90bcf7bd0b6920e /system/gparted/gparted.SlackBuild
parent82ab14f57ab31fd086c0fd35510a5a6a58b72aad (diff)
downloadslackbuilds-4198a2085216457345e809158eb7c3b0c3312df3.tar.gz
system/gparted: Updated for version 0.4.5
Diffstat (limited to 'system/gparted/gparted.SlackBuild')
-rw-r--r--system/gparted/gparted.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/gparted/gparted.SlackBuild b/system/gparted/gparted.SlackBuild
index 8a502286ad..14d6a99aca 100644
--- a/system/gparted/gparted.SlackBuild
+++ b/system/gparted/gparted.SlackBuild
@@ -3,10 +3,8 @@
# Slackware build script for GParted
# Written by Erik Hanson erik@slackbuilds.org
-set -eu
-
PRGNAM=gparted
-VERSION=0.3.8
+VERSION=0.4.5
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -24,6 +22,8 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
+set -eu
+
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
@@ -39,7 +39,8 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --mandir=/usr/man
+ --mandir=/usr/man \
+ --disable-doc
make
make install-strip DESTDIR=$PKG