summaryrefslogtreecommitdiffstats
path: root/python/dnspython/dnspython.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali2012-12-02 18:34:59 +0100
committer dsomero2012-12-11 22:21:52 +0100
commit364f82d16ad75e937e71eff8b5a7ac2e8611d493 (patch)
treeec2a110b1813df16fd2c445c5a6402ce7e9480c0 /python/dnspython/dnspython.SlackBuild
parent28ebafa0ad548e41e30e267ffcd672a02f53d0c2 (diff)
downloadslackbuilds-364f82d16ad75e937e71eff8b5a7ac2e8611d493.tar.gz
python/dnspython: Updated for version 1.10.0
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/dnspython/dnspython.SlackBuild')
-rw-r--r--python/dnspython/dnspython.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/dnspython/dnspython.SlackBuild b/python/dnspython/dnspython.SlackBuild
index e21aae3533..8fe397696e 100644
--- a/python/dnspython/dnspython.SlackBuild
+++ b/python/dnspython/dnspython.SlackBuild
@@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=dnspython
-VERSION=1.9.4
+VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -41,9 +41,7 @@ find $PKG | xargs 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 \
- ChangeLog LICENSE README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog LICENSE README PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install