qemu-user-static: update to 1.4.1.
This commit is contained in:
parent
c8c8078154
commit
c561ecac3c
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'qemu-user-static'
|
# Template file for 'qemu-user-static'
|
||||||
pkgname=qemu-user-static
|
pkgname=qemu-user-static
|
||||||
version=1.4.0
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qemu-${version}"
|
wrksrc="qemu-${version}"
|
||||||
makedepends="pkg-config automake glib-devel pixman-devel"
|
hostmakedepends="pkg-config automake"
|
||||||
|
makedepends="libglib-devel pixman-devel"
|
||||||
short_desc="QEMU User-mode emulators (statically compiled)"
|
short_desc="QEMU User-mode emulators (statically compiled)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=066297ed77408fb7588889c271a85cf3c259ad55c939315988e6062d7708eda8
|
checksum=75063a9326221607de3599e89fb5af80f2d8080ddc55ca253fff113843432df1
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
||||||
|
@ -36,6 +37,6 @@ do_install() {
|
||||||
|
|
||||||
qemu-user-static_package() {
|
qemu-user-static_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue