diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-09-10 22:01:45 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 03:19:06 +0700 |
commit | f3aa7130043cf5d7e1a497431d2d22015f77babf (patch) | |
tree | be4ca3124bafdd599352867d4310dc7a03c5c608 /python/python3-lhafile | |
parent | 1df61063221c1c353476265c4c7e20ad27830d40 (diff) |
python/python3-lhafile: Updated for version 0.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lhafile')
-rw-r--r-- | python/python3-lhafile/python3-lhafile.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-lhafile/python3-lhafile.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-lhafile/python3-lhafile.SlackBuild b/python/python3-lhafile/python3-lhafile.SlackBuild index d92eb53da856..83a1fe5e76ff 100644 --- a/python/python3-lhafile/python3-lhafile.SlackBuild +++ b/python/python3-lhafile/python3-lhafile.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=python3-lhafile SRCNAM=python-lhafile -VERSION=${VERSION:-0.1.0fs4} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,9 @@ find -L . \ python3 setup.py install --root=$PKG +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING.txt README.txt VERSION $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-lhafile/python3-lhafile.info b/python/python3-lhafile/python3-lhafile.info index 8d25d49e271e..a2a7cd5083fd 100644 --- a/python/python3-lhafile/python3-lhafile.info +++ b/python/python3-lhafile/python3-lhafile.info @@ -1,8 +1,8 @@ PRGNAM="python3-lhafile" -VERSION="0.1.0fs4" +VERSION="0.2.1" HOMEPAGE="http://fengestad.no/python-lhafile/" -DOWNLOAD="http://fengestad.no/python-lhafile/python-lhafile-0.1.0fs4.tar.gz" -MD5SUM="cedac40d5363bf49b51528522bf05c60" +DOWNLOAD="http://fengestad.no/python-lhafile/python-lhafile-0.2.1.tar.gz" +MD5SUM="bc63d61a1b562bbbc52118c168f8cb5e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |