wok-4.x view qemu-arm/receipt @ rev 10766
jstetris: Fixed jstetris to work with source dvd when offline. Added index.html to stuff so only JsTetris.js file is needed. Also there is no need for compile_rules with this one anymore.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 31 08:08:28 2011 +0000 (2011-05-31) |
parents | 499a3bba5bb1 |
children |
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 }