diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:22:11 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:11 +0200 |
commit | a5c03dc30d83cb02a38aac321f68a4b0105e3c3d (patch) | |
tree | 9695c1447762a8255cd514e960d573a0ad914009 /desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild | |
parent | a55af724b1907b20a73370b14ce4d530a0bdfafc (diff) | |
download | slackbuilds-a5c03dc30d83cb02a38aac321f68a4b0105e3c3d.tar.gz |
desktop/xfce4-sensors-plugin: Updated for version 0.10.99.6
Diffstat (limited to 'desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild b/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild index d58d46600b..06cc100f40 100644 --- a/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild +++ b/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-sensors-plugin -# Copyright 2006-2007 Robby Workman (http://rlworkman.net) +# Copyright 2006-2008 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-sensors-plugin -VERSION=0.10.99.3 +VERSION=0.10.99.6 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,9 +58,12 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ --enable-shared=yes \ --enable-static=no \ - --enable-debug=no + --enable-debug=no \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG |