qemu: update to 1.7.0.
This commit is contained in:
parent
601d68be92
commit
18554fb125
2 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qemu-user-static'
|
# Template file for 'qemu-user-static'
|
||||||
pkgname=qemu-user-static
|
pkgname=qemu-user-static
|
||||||
version=1.6.1
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qemu-${version}"
|
wrksrc="qemu-${version}"
|
||||||
hostmakedepends="pkg-config automake python"
|
hostmakedepends="pkg-config automake python"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://qemu.org"
|
homepage="http://qemu.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||||
checksum=fc736f44aa10478223c881310a7e40fc8386547e9cadf7d01ca4685951605294
|
checksum=31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qemu'
|
# Template file for 'qemu'
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
version=1.6.1
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://qemu.org"
|
homepage="http://qemu.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||||
checksum=fc736f44aa10478223c881310a7e40fc8386547e9cadf7d01ca4685951605294
|
checksum=31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314
|
||||||
|
|
||||||
hostmakedepends="pkg-config perl python automake libtool flex"
|
hostmakedepends="pkg-config perl python automake libtool flex"
|
||||||
makedepends="attr-devel libpng-devel>=1.6 libjpeg-turbo-devel pixman-devel
|
makedepends="attr-devel libpng-devel>=1.6 libjpeg-turbo-devel pixman-devel
|
||||||
|
@ -22,10 +22,6 @@ makedepends="attr-devel libpng-devel>=1.6 libjpeg-turbo-devel pixman-devel
|
||||||
libcurl-devel xfsprogs-devel libcap-ng-devel libcap-devel vde2-devel
|
libcurl-devel xfsprogs-devel libcap-ng-devel libcap-devel vde2-devel
|
||||||
libbluetooth-devel libssh2-devel libusbx-devel pulseaudio-devel"
|
libbluetooth-devel libssh2-devel libusbx-devel pulseaudio-devel"
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -e 's,\$(ARFLAGS),rc,' -i dtc/Makefile
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/65-kvm.rules 644 usr/lib/udev/rules.d
|
vinstall ${FILESDIR}/65-kvm.rules 644 usr/lib/udev/rules.d
|
||||||
# qemu-bridge-helper must be setuid for non privileged users.
|
# qemu-bridge-helper must be setuid for non privileged users.
|
||||||
|
|
Loading…
Reference in a new issue