diff options
author | Mikhail Zotov <mikhail dot ru at gmail dot com> | 2012-12-12 19:02:50 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-14 17:31:30 +0100 |
commit | e76f0e24e0e0bb86d3a290c182a5ec29069cbc17 (patch) | |
tree | 3ae7aab4a363e710bee60b44fe9375eb871efc10 /academic/artha/artha.SlackBuild | |
parent | 1aed726bb765d7b1a789885532e906f103c567a7 (diff) |
academic/artha: Updated for version 1.0.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/artha/artha.SlackBuild')
-rw-r--r-- | academic/artha/artha.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/academic/artha/artha.SlackBuild b/academic/artha/artha.SlackBuild index 765447c5e14c5..e977e616a689c 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 \ |