wok view qemu-mips/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
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 }