Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

View File

@@ -0,0 +1,8 @@
libQtGui.so.4
libQtCore.so.4
libQtNetwork.so.4
libQtTest.so.4
libQtXml.so.4
libstdc++.so.6
libgcc_s.so.1
libc.so.6

View File

@@ -4,6 +4,7 @@ version=0.8.2
distfiles="${SOURCEFORGE_SITE}/aqemu/aqemu-$version.tar.bz2"
build_style=cmake
configure_args="-DWITHOUT_EMBEDDED_DISPLAY=1"
revision=1
short_desc="GUI to QEMU and KVM emulators, written in Qt4"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://aqemu.sourceforge.net"
@@ -14,11 +15,6 @@ long_desc="
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