#Maintainer: George Vlahavas (vlahavas~at~gmail.com, gapan@zenwalk forums) pkgname=qemulauncher pkgver=1.7.4 pkgrel=1 zenver=52 arch=noarch source=("http://download.gna.org/qemulaunch/1.7.x/qemu-launcher_1.7.4.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=https://gna.org/projects/qemulaunch/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "qemulauncher - a graphical frontend for launching QEMU" "Qemu Launcher provides a graphical front-end to all basic, and many" "advanced QEMU computer emulator options. It allows you to create," "save, and run multiple virtual machine configurations, create and" "convert disk images." ) build() { cd $startdir/src/qemu-launcher-$pkgver make install DESTDIR=$startdir/pkg PREFIX=/usr sed -i -e "s/Icon=qemu-launcher.svg/Icon=qemu-launcher/" $startdir/pkg/usr/share/applications/qemu-launcher.desktop rm -rf $startdir/pkg/usr/share/doc rm -rf $startdir/pkg/usr/share/pixmaps }