milis/talimatname/genel/aqemu/talimat

20 lines
476 B
Plaintext
Raw Normal View History

2017-06-26 13:59:39 +02:00
# 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
}