You are not logged in.
Pages: 1
pkgname=Qemulator
pkgver=0.4.4
pkgrel=1
pkgdesc="Qemulator is a free solution for easy setup and management of emulation jobs under linux with qemu"
url="http://qemulator.createweb.de"
license="LGPL"
depends=(qemu pygtk libglade)
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
install=
source=("http://qemulator.createweb.de/plugins/downloads/dodownload.php?file=$pkgname-$pkgver.tar.gz")
md5sums=('c6c5c0e1b906520a0c9972e9e701ebed')
build() {
cd $startdir/src/$pkgname-$pkgver
mkdir -p $startdir/pkg/usr
cp -Ra usr/local/* $startdir/pkg/usr
}
Seems to be quite useful and more friendly than qemu-launcher
Offline
Pages: 1