diff options
author | dslackw <d.zlatanidis@gmail.com> | 2014-08-06 01:16:07 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 14:18:45 +0700 |
commit | 9d4b3d882d4a1c4cac0a5d199b70dd51cf1c6852 (patch) | |
tree | 1c5d8bd5245b337760e87587f97a67a3a5c20a25 /libraries/toro/toro.SlackBuild | |
parent | e142e71b1ed39655ed6510b7ca16317af62c8fe8 (diff) | |
download | slackbuilds-9d4b3d882d4a1c4cac0a5d199b70dd51cf1c6852.tar.gz |
libraries/toro: Updated for version 0.6.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/toro/toro.SlackBuild')
-rw-r--r-- | libraries/toro/toro.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/toro/toro.SlackBuild b/libraries/toro/toro.SlackBuild index 25d83e3596..a64e0ac774 100644 --- a/libraries/toro/toro.SlackBuild +++ b/libraries/toro/toro.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=toro -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +sed -i "s/prune doc\/_build//" MANIFEST.in + python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |