wok-stable annotate qemu-arm/receipt @ rev 11420
sagan-rules: Change version to 08222011 cause its the same as current. Doesn't need a compile_rules function since its just copy source files to $fs/etc/sagan/rules.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 14 05:17:25 2011 +0000 (2011-12-14) |
parents | 499a3bba5bb1 |
children |
rev | line source |
---|---|
erjo@6069 | 1 # SliTaz package receipt. |
erjo@6069 | 2 |
erjo@6069 | 3 PACKAGE="qemu-arm" |
pankso@10623 | 4 VERSION="0.12.5" |
erjo@6069 | 5 CATEGORY="misc" |
erjo@6069 | 6 SHORT_DESC="General-purpose full virtualizer for ARM hardware." |
erjo@6069 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@6069 | 8 WEB_SITE="http://www.nongnu.org/qemu/" |
erjo@6069 | 9 DEPENDS="qemu" |
erjo@6069 | 10 TAGS="virtualization" |
erjo@6069 | 11 WANTED="qemu" |
erjo@6069 | 12 |
erjo@6069 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@6069 | 14 genpkg_rules() |
erjo@6069 | 15 { |
erjo@6069 | 16 mkdir -p $fs/usr/bin |
erjo@6069 | 17 cp -a $_pkg/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin |
erjo@6069 | 18 } |