File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2525cd $( dirname $0 ) ; CWD=$( pwd)
2626
2727PRGNAM=libvirt-python
28- VERSION=${VERSION:- 10 .10.0}
28+ VERSION=${VERSION:- 11 .10.0}
2929BUILD=${BUILD:- 1}
3030TAG=${TAG:- _SBo}
3131PKGTYPE=${PKGTYPE:- tgz}
32+ SRCNAM=libvirt_python
3233
3334if [ -z " $ARCH " ]; then
3435 case " $( uname -m ) " in
6364rm -rf $PKG
6465mkdir -p $TMP $PKG $OUTPUT
6566cd $TMP
66- rm -rf $PRGNAM -$VERSION
67- tar xvf $CWD /$PRGNAM -$VERSION .tar.gz
68- cd $PRGNAM -$VERSION
67+ rm -rf $SRCNAM -$VERSION
68+ tar xvf $CWD /$SRCNAM -$VERSION .tar.gz
69+ cd $SRCNAM -$VERSION
6970chown -R root:root .
7071find -L . \
7172 \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
Original file line number Diff line number Diff line change 11PRGNAM="libvirt-python"
2- VERSION="10 .10.0"
2+ VERSION="11 .10.0"
33HOMEPAGE="https://libvirt.org"
4- DOWNLOAD="https://download.libvirt.org/python/libvirt-python-10 .10.0.tar.gz"
5- MD5SUM="004550e6c71f88bd56480590f54ed048 "
4+ DOWNLOAD="https://download.libvirt.org/python/libvirt_python-11 .10.0.tar.gz"
5+ MD5SUM="e26d71000723da8205c3953219bf10db "
66DOWNLOAD_x86_64=""
77MD5SUM_x86_64=""
88REQUIRES="libvirt"
You can’t perform that action at this time.
0 commit comments