milis/talimatname/genel/aqemu/talimat

20 lines
476 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Qt5 ile yazılmış bir QEMU arayüzü
# URL: https://github.com/tobimensch/aqemu
# Packager: yasarciv67@gmail.com
# Depends on: cmake qt5 qemu-all libvncserver
name=aqemu
version=0.9.2
release=1.0
source=(https://github.com/tobimensch/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
cp /usr/bin/rcc-qt5 /usr/bin/rcc
cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_QMAKE_EXECUTABLE=qmake4
make
make DESTDIR="$PKG" install
rm /usr/bin/rcc
}