summaryrefslogtreecommitdiffstats
path: root/academic/artha/artha.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/artha/artha.SlackBuild')
-rw-r--r--academic/artha/artha.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/academic/artha/artha.SlackBuild b/academic/artha/artha.SlackBuild
index 765447c5e1..e977e616a6 100644
--- a/academic/artha/artha.SlackBuild
+++ b/academic/artha/artha.SlackBuild
@@ -5,7 +5,7 @@
# Written by Mikhail Zotov <mikhail dot ru at gmail dot com>
PRGNAM=artha
-VERSION=${VERSION:-1.0.2}
+VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,6 +51,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+LDFLAGS="-lgio-2.0" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -71,9 +72,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-# These directories are empty
-rm -rf $PKG/usr/{lib,include}
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README \