wok annotate qemu-arm/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents f17b04ae2527
children 9feb6e96b183
rev   line source
erjo@6069 1 # SliTaz package receipt.
erjo@6069 2
erjo@6069 3 PACKAGE="qemu-arm"
slaxemulator@6880 4 VERSION="0.13.0"
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 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 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@6069 15 genpkg_rules()
erjo@6069 16 {
erjo@6069 17 mkdir -p $fs/usr/bin
erjo@6069 18 cp -a $_pkg/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin
erjo@6069 19 }
erjo@6069 20