mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libvirt: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5eb0992737
commit
828052013d
2 changed files with 4 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
# Maintained by Bogdan Radulescu <bogdan@nimblex.net>
|
||||
|
||||
PRGNAM=libvirt
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,8 +36,6 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
PYTHONSITEPKG=$(python -c "import sys, os; print os.path.join('/usr/lib${LIBDIRSUFFIX}', 'python%s' % sys.version[:3], 'site-packages')")
|
||||
|
||||
VIRTGROUP=${VIRTGROUP:-users}
|
||||
|
||||
set -e
|
||||
|
@ -71,7 +69,6 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--enable-static=no \
|
||||
--enable-shared=yes \
|
||||
--with-yajl \
|
||||
--with-python=/usr \
|
||||
--with-qemu-group=$VIRTGROUP \
|
||||
--with-init-script=none
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libvirt"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://libvirt.org"
|
||||
DOWNLOAD="http://libvirt.org/sources/libvirt-1.2.0.tar.gz"
|
||||
MD5SUM="f74f78059def4e68d69b975ad6e6c3e2"
|
||||
DOWNLOAD="http://libvirt.org/sources/libvirt-1.2.1.tar.gz"
|
||||
MD5SUM="cce374220f67895afb6331bd2ddedbfd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="yajl urlgrabber"
|
||||
|
|
Loading…
Reference in a new issue