wok-4.x view qemu-x86_64/receipt @ rev 7065

Added qtconfig. Qtconfig is a tool that allows users to customize the default settings for Qt applications. Removed from Qt4-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 01 23:08:19 2010 +0000 (2010-11-01)
parents f17b04ae2527
children 9feb6e96b183
line source
1 # SliTaz package receipt.
3 PACKAGE="qemu-x86_64"
4 VERSION="0.13.0"
5 CATEGORY="misc"
6 SHORT_DESC="General-purpose full virtualizer for X86_64 CPU."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.nongnu.org/qemu/"
10 DEPENDS="qemu"
11 TAGS="virtualization"
12 WANTED="qemu"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $_pkg/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin
20 }