summaryrefslogtreecommitdiff
path: root/community/qemu-launcher/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qemu-launcher/PKGBUILD')
-rw-r--r--community/qemu-launcher/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/qemu-launcher/PKGBUILD b/community/qemu-launcher/PKGBUILD
deleted file mode 100644
index 076b51b3d..000000000
--- a/community/qemu-launcher/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
-# Contributor: cs-cam <me@camdaniel.com>
-
-pkgname=qemu-launcher
-pkgver=1.7.4
-pkgrel=2
-pkgdesc="GNOME/Gtk front-end for the Qemu x86 PC emulator"
-url="http://gna.org/projects/qemulaunch"
-license=('GPL')
-arch=('i686' 'x86_64' 'mips64el')
-source=(http://download.gna.org/qemulaunch/1.7.x/${pkgname}_$pkgver.tar.gz)
-depends=('qemu' 'gtk2-perl' 'glade-perl' 'perl-locale-gettext' 'xdg-utils')
-makedepends=('libxml2')
-install=qemu-launcher.install
-md5sums=('bd71fd543bd2723c7ea54de81f7ccabf')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- make PREFIX=/usr DESTDIR=$startdir/pkg install
- ln -s qemu-launcher-32x32.xpm $startdir/pkg/usr/share/pixmaps/qemu-launcher.xpm
-}