libraries/libvirt: Updated for version 0.7.7.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Michal Bialozor 2010-07-12 12:02:41 -05:00 committed by Erik Hanson
parent 145b0378f1
commit 234b3757cd
2 changed files with 7 additions and 11 deletions

View file

@ -4,16 +4,14 @@
# Written by Michal Bialozor <bialyy@o2.pl>
PRGNAM=libvirt
VERSION=0.7.6
VERSION=0.7.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -79,10 +77,8 @@ mv $PKG/etc/libvirt/qemu/networks/default.xml \
mv $PKG/etc/logrotate.d/libvirtd $PKG/etc/logrotate.d/libvirtd.new
mv $PKG/etc/sasl2/libvirt.conf $PKG/etc/sasl2/libvirt.conf.new
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -1,10 +1,10 @@
PRGNAM="libvirt"
VERSION="0.7.6"
VERSION="0.7.7"
HOMEPAGE="http://libvirt.org"
DOWNLOAD="http://libvirt.org/sources/libvirt-0.7.6.tar.gz"
MD5SUM="eaf0cf593d82d2dec6dca96abe56744e"
DOWNLOAD="http://libvirt.org/sources/libvirt-0.7.7.tar.gz"
MD5SUM="5f315b0bf20e3964f7657ba1e630cd67"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michal Bialozor"
EMAIL="bialyy@o2.pl"
APPROVED="dsomero"
APPROVED="Erik Hanson"