# Template file for 'aqemu' pkgname=aqemu version=0.8.2 build_wrksrc=build distfiles="${SOURCEFORGE_SITE}/aqemu/aqemu-$version.tar.bz2" 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 " 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 options." Add_dependency run libgcc Add_dependency run glibc Add_dependency run libstdc++ Add_dependency run qt Add_dependency build cmake Add_dependency build qt-devel Add_dependency full qemu Add_dependency full desktop-file-utils pre_configure() { mkdir -p ${build_wrksrc} }