wok-6.x view qemu-mips/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents f17b04ae2527
children 9feb6e96b183
line source
1 # SliTaz package receipt.
3 PACKAGE="qemu-mips"
4 VERSION="0.13.0"
5 CATEGORY="misc"
6 SHORT_DESC="General-purpose full virtualizer for MIPS hardware."
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
19 }