mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/dnspython: Updated for version 1.7.1
This commit is contained in:
parent
b2223fe4dc
commit
48d731ceba
3 changed files with 17 additions and 13 deletions
|
@ -3,9 +3,9 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=dnspython
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -38,11 +38,13 @@ python setup.py install --root=$PKG
|
|||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ChangeLog LICENSE README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
ChangeLog LICENSE README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="dnspython"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.7.1"
|
||||
HOMEPAGE="http://www.dnspython.org/"
|
||||
DOWNLOAD="http://www.dnspython.org/kits/1.6.0/dnspython-1.6.0.tar.gz"
|
||||
MD5SUM="15b8eed42689bd719ec1878a584787ea"
|
||||
DOWNLOAD="http://www.dnspython.org/kits/1.7.1/dnspython-1.7.1.tar.gz"
|
||||
MD5SUM="870f52ca78b4f37ac7a4e718d337334c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="dsomero,rworkman"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -11,9 +11,9 @@ dnspython:
|
|||
dnspython: dnspython is a DNS toolkit for Python. It supports almost all record
|
||||
dnspython: types. It can be used for queries, zone transfers, and dynamic
|
||||
dnspython: updates. It supports TSIG authenticated messages and EDNS0.
|
||||
dnspython:
|
||||
dnspython: Homepage: http://www.dnspython.org/
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython: Homepage: http://www.dnspython.org/
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
dnspython:
|
||||
|
|
Loading…
Reference in a new issue