wok-6.x annotate qemu-mips/receipt @ rev 6641

xorg-xf86-input-evtouch: update to new xorg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 10 22:25:46 2010 +0200 (2010-10-10)
parents
children 3dcd4d122a1f
rev   line source
erjo@6069 1 # SliTaz package receipt.
erjo@6069 2
erjo@6069 3 PACKAGE="qemu-mips"
erjo@6069 4 VERSION="0.12.5"
erjo@6069 5 CATEGORY="misc"
erjo@6069 6 SHORT_DESC="General-purpose full virtualizer for MIPS hardware."
erjo@6069 7 MAINTAINER="erjo@slitaz.org"
erjo@6069 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@6069 9 WEB_SITE="http://www.nongnu.org/qemu/"
erjo@6069 10 DEPENDS="qemu"
erjo@6069 11 TAGS="virtualization"
erjo@6069 12 WANTED="qemu"
erjo@6069 13
erjo@6069 14
erjo@6069 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@6069 16 genpkg_rules()
erjo@6069 17 {
erjo@6069 18 mkdir -p $fs/usr/bin
erjo@6069 19 cp -a $_pkg/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin
erjo@6069 20 }
erjo@6069 21