aqemu: update to 0.8.2.

This commit is contained in:
Juan RP 2011-08-12 11:11:26 +02:00
parent d3b189b39a
commit 1e10409ca3

View file

@ -1,11 +1,17 @@
# Template file for 'aqemu'
pkgname=aqemu
version=0.8.1
version=0.8.2
build_wrksrc=build
distfiles="${SOURCEFORGE_SITE}/aqemu/aqemu-$version.tar.bz2"
build_style=custom-install
build_style=configure
configure_script="cmake"
configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-DWITHOUT_EMBEDDED_DISPLAY=True .."
short_desc="GUI to QEMU and KVM emulators, written in Qt4"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0fab894e5f49f688122ad15065bbdf278def1425a5d43ad2d64a21caf8dec41a
homepage="http://aqemu.sourceforge.net"
license="GPL-2"
checksum=03c4a95328f78238021168ca4887f9735641f10eb4eb1eff58b08c15b748bf03
long_desc="
AQEMU is GUI to QEMU and KVM emulators, written in Qt4. The program has
user-friendly interface and allows to set up the majority of QEMU and KVM
@ -22,17 +28,7 @@ Add_dependency build qt-devel
Add_dependency full qemu
Add_dependency full desktop-file-utils
do_build()
pre_configure()
{
mkdir -p ${wrksrc}/build && cd ${wrksrc}/build
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITHOUT_EMBEDDED_DISPLAY=True ..
make ${makejobs}
}
do_install()
{
cd ${wrksrc}/build
make DESTDIR=${DESTDIR} install
mkdir -p ${build_wrksrc}
}