wok-next view qemu-mips/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
parents 815296e7f2ed
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="qemu-mips"
4 VERSION="1.2.0"
5 CATEGORY="misc"
6 SHORT_DESC="General-purpose full virtualizer for MIPS hardware."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://qemu.org"
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 $install/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin
18 cd $fs/usr/bin && ln -s qemu-system-${PACKAGE#qemu-} $PACKAGE
19 }