mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/libvirt: Updated for version 1.1.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
084bd95986
commit
9a26111ea1
3 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# Maintained by Bogdan Radulescu <bogdan@nimblex.net>
|
||||
|
||||
PRGNAM=libvirt
|
||||
VERSION=${VERSION:-1.0.3}
|
||||
VERSION=${VERSION:-1.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -102,7 +102,6 @@ cp -a \
|
|||
AUTHORS ChangeLog COPYING* INSTALL README NEWS TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
rm -r $PKG/usr/share/doc
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libvirt"
|
||||
VERSION="1.0.3"
|
||||
VERSION="1.1.4"
|
||||
HOMEPAGE="http://libvirt.org"
|
||||
DOWNLOAD="http://libvirt.org/sources/libvirt-1.0.3.tar.gz"
|
||||
MD5SUM="3d9f85d586c9aa3d819b626622f3fc97"
|
||||
DOWNLOAD="ftp://libvirt.org/libvirt/libvirt-1.1.4.tar.gz"
|
||||
MD5SUM="0b21e97ad5d3c27d18806896e16ef82b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="yajl urlgrabber"
|
||||
|
|
|
@ -82,6 +82,7 @@ start() {
|
|||
exit 1
|
||||
fi
|
||||
echo "Starting libvirtd..."
|
||||
mkdir -p $(dirname $PIDFILE)
|
||||
check_processor
|
||||
/sbin/modprobe -a $MODULES
|
||||
/usr/sbin/libvirtd -d -l $OPTS
|
||||
|
|
Loading…
Reference in a new issue