summaryrefslogtreecommitdiffstats
path: root/desktop/wminfo/wminfo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wminfo/wminfo.SlackBuild')
-rw-r--r--desktop/wminfo/wminfo.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/wminfo/wminfo.SlackBuild b/desktop/wminfo/wminfo.SlackBuild
index 06eb042909..dc8bb5074a 100644
--- a/desktop/wminfo/wminfo.SlackBuild
+++ b/desktop/wminfo/wminfo.SlackBuild
@@ -6,7 +6,7 @@
# Modified by the SlackBuilds.org project.
PRGNAM=wminfo
-VERSION=${VERSION:-4.0.0}
+VERSION=${VERSION:-4.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,11 +56,12 @@ cd wminfo
./configure --prefix=/usr
make \
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11" \
- FLAGS="$SLKCFLAGS"
+ CFLAGS="$SLKCFLAGS"
# Copy executable to the correct location
mkdir -p $PKG/usr/bin
cp -a wminfo $PKG/usr/bin
+cp -a regex $PKG/usr/bin
cp -a ../contrib/* $PKG/usr/bin
rm $PKG/usr/bin/README.*
cd -
@@ -75,7 +76,7 @@ gzip -9 $PKG/usr/man/man1/wminfo.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
BUGS COPYING ChangeLog INSTALL Plugins-HOWTO README README.1st README.CPU.usage \
- README.benchmarks README.colors README.multi+wrapper THANKS TODO \
+ README.benchmarks README.colors README.multi+wrapper README.regex THANKS TODO \
contrib plugins.binary plugins.conky plugins.offline plugins.online \
plugins.system samples \
$PKG/usr/doc/$PRGNAM-$VERSION