wok-current view qemu-arm/receipt @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
parents | 499a3bba5bb1 |
children | 815296e7f2ed |
line source
1 # SliTaz package receipt.
3 PACKAGE="qemu-arm"
4 VERSION="0.12.5"
5 CATEGORY="misc"
6 SHORT_DESC="General-purpose full virtualizer for ARM 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 }