wok-stable view qemu-mips/receipt @ rev 11207

Add from wok-undigest: gnome-games-glchess gnome-games-icons gnome-games-sudoku gnome-games gnome-js-common gnome-keyring gnome-vfs-monikers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 11:15:24 2011 +0100 (2011-11-03)
parents 499a3bba5bb1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="qemu-mips"
4 VERSION="0.12.5"
5 CATEGORY="misc"
6 SHORT_DESC="General-purpose full virtualizer for MIPS hardware."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.nongnu.org/qemu/"
9 DEPENDS="qemu"
10 TAGS="virtualization"
11 WANTED="qemu"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin
18 }